jekyll-theme-hydejack 6.0.0.pre.alpha → 6.0.0.pre.beta2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +1 -1
  3. data/README.md +0 -84
  4. data/_includes/about.html +1 -5
  5. data/_includes/body.html +31 -0
  6. data/_includes/copyright-header +4 -4
  7. data/_includes/footer.html +4 -9
  8. data/_includes/head.html +38 -22
  9. data/_includes/icon-github.html +2 -0
  10. data/_includes/page-style.html +8 -0
  11. data/_includes/related.html +2 -2
  12. data/_includes/scripts.html +7 -2
  13. data/_includes/sidebar.html +1 -1
  14. data/_includes/styles/inline.scss +1 -0
  15. data/_includes/styles/style.scss +2 -1
  16. data/_layouts/about.html +1 -5
  17. data/_layouts/base.html +6 -26
  18. data/_layouts/compress.html +4 -4
  19. data/_layouts/default.html +22 -14
  20. data/_layouts/home.html +3 -0
  21. data/_layouts/list.html +2 -2
  22. data/_layouts/redirect.html +8 -0
  23. data/_sass/_mixins.scss +2 -2
  24. data/_sass/_spinner.scss +1 -1
  25. data/_sass/_variables.scss +15 -31
  26. data/_sass/hydejack/_base-inline.scss +27 -14
  27. data/_sass/hydejack/_base.scss +26 -17
  28. data/_sass/hydejack/_content-inline.scss +7 -3
  29. data/_sass/hydejack/_footer-inline.scss +7 -3
  30. data/_sass/hydejack/_katex.scss +10 -7
  31. data/_sass/hydejack/_me-inline.scss +6 -4
  32. data/_sass/hydejack/_menu-inline.scss +4 -4
  33. data/_sass/hydejack/_menu.scss +4 -4
  34. data/_sass/hydejack/_sidebar-inline.scss +10 -3
  35. data/_sass/hydejack/_sidebar.scss +13 -6
  36. data/_sass/hydejack/_social-inline.scss +29 -20
  37. data/_sass/hydejack/_social.scss +29 -20
  38. data/_sass/hydejack/_toc.scss +0 -4
  39. data/_sass/pooleparty/_base-inline.scss +2 -1
  40. data/_sass/pooleparty/_base.scss +2 -1
  41. data/_sass/pooleparty/_code.scss +6 -10
  42. data/_sass/pooleparty/_footnotes.scss +4 -6
  43. data/_sass/pooleparty/_message-inline.scss +2 -2
  44. data/_sass/pooleparty/_pagination.scss +6 -6
  45. data/_sass/pooleparty/_posts-inline.scss +1 -1
  46. data/_sass/pooleparty/_related-inline.scss +2 -1
  47. data/_sass/pooleparty/_table.scss +13 -9
  48. data/_sass/pooleparty/_type-inline.scss +9 -8
  49. data/_sass/pooleparty/_type.scss +9 -4
  50. data/assets/img/doc.jpg +0 -0
  51. data/assets/img/google-fonts.png +0 -0
  52. data/assets/js/hydejack.js +16 -15
  53. data/assets/version.json +1 -1
  54. metadata +8 -52
  55. data/_includes/menu.html +0 -6
  56. data/_includes/pro/project-card.html +0 -17
  57. data/_includes/pro/styles/projects.scss +0 -4
  58. data/_includes/pro/styles/resume.scss +0 -4
  59. data/assets/img/projects/hyde-v1.png +0 -0
  60. data/assets/img/projects/hyde-v1@0,25x.png +0 -0
  61. data/assets/img/projects/hyde-v1@0,5x.png +0 -0
  62. data/assets/img/projects/hyde-v2.png +0 -0
  63. data/assets/img/projects/hyde-v2@0,25x.png +0 -0
  64. data/assets/img/projects/hyde-v2@0,5x.png +0 -0
  65. data/assets/img/projects/hydejack-v3.jpg +0 -0
  66. data/assets/img/projects/hydejack-v3@0,25x.jpg +0 -0
  67. data/assets/img/projects/hydejack-v3@0,5x.jpg +0 -0
  68. data/assets/img/projects/hydejack-v4.jpg +0 -0
  69. data/assets/img/projects/hydejack-v4@0,25x.jpg +0 -0
  70. data/assets/img/projects/hydejack-v4@0,5x.jpg +0 -0
  71. data/assets/img/projects/hydejack-v5.jpg +0 -0
  72. data/assets/img/projects/hydejack-v5@0,25x.jpg +0 -0
  73. data/assets/img/projects/hydejack-v5@0,5x.jpg +0 -0
  74. data/assets/img/projects/hydejack-v6.jpg +0 -0
  75. data/assets/img/projects/hydejack-v6@0,25x.jpg +0 -0
  76. data/assets/img/projects/hydejack-v6@0,5x.jpg +0 -0
@@ -3,19 +3,21 @@
3
3
  width: 6.5rem;
4
4
  height: 6.5rem;
5
5
  margin-left: 1rem;
6
+ margin-bottom: .5rem;
6
7
  border-radius: 100%;
7
8
  position: relative;
8
9
 
9
- @media screen and (min-width: $break-point-font-1) {
10
+ @media screen and (min-width: $break-point-1) {
10
11
  width: 7rem;
11
12
  height: 7rem;
12
13
  }
13
- @media screen and (min-width: $break-point-1) {
14
+
15
+ @media screen and (min-width: $break-point-2) {
14
16
  width: 6.5rem;
15
17
  height: 6.5rem;
16
- margin-top: 0;
17
18
  }
18
- @media screen and (min-width: $break-point-font-2) {
19
+
20
+ @media screen and (min-width: $break-point-3) {
19
21
  width: 7rem;
20
22
  height: 7rem;
21
23
  }
@@ -1,14 +1,14 @@
1
1
  .menu {
2
2
  display: block;
3
3
  padding: 1.25rem 1.5rem;
4
- color: #9a9a9a;
4
+ color: $gray;
5
5
  border-bottom: none;
6
6
  position: fixed;
7
7
  top: 0;
8
8
  left: 0;
9
9
  z-index: 1;
10
10
 
11
- @media (min-width: $break-point-1) {
11
+ @media screen and (min-width: $break-point-2) {
12
12
  position: absolute;
13
13
  left: -9999px;
14
14
 
@@ -17,13 +17,13 @@
17
17
  }
18
18
  }
19
19
 
20
- @media (min-width: $break-point-2) {
20
+ @media screen and (min-width: $break-point-3) {
21
21
  &:focus {
22
22
  left: 21.5rem;
23
23
  }
24
24
  }
25
25
 
26
- @media (min-width: $break-point-dynamic) {
26
+ @media screen and (min-width: $break-point-dynamic) {
27
27
  &:focus {
28
28
  left: calc(50% - 24.5rem);
29
29
  }
@@ -1,14 +1,14 @@
1
1
  .menu {
2
2
  // display: block;
3
3
  // padding: 1.25rem 1.5rem;
4
- // color: #9a9a9a;
4
+ // color: $gray;
5
5
  // border-bottom: none;
6
6
  // position: fixed;
7
7
  // top: 0;
8
8
  // left: 0;
9
9
  // z-index: 1;
10
10
  //
11
- // @media (min-width: $break-point-1) {
11
+ // @media screen and (min-width: $break-point-2) {
12
12
  // position: absolute;
13
13
  // left: -9999px;
14
14
  //
@@ -17,13 +17,13 @@
17
17
  // }
18
18
  // }
19
19
  //
20
- // @media (min-width: $break-point-2) {
20
+ // @media screen and (min-width: $break-point-3) {
21
21
  // &:focus {
22
22
  // left: 21.5rem;
23
23
  // }
24
24
  // }
25
25
  //
26
- // @media (min-width: $break-point-dynamic) {
26
+ // @media screen and (min-width: $break-point-dynamic) {
27
27
  // &:focus {
28
28
  // left: calc(50% - 24.5rem);
29
29
  // }
@@ -28,6 +28,11 @@
28
28
  /* Sidebar links */
29
29
  a {
30
30
  color: #fff;
31
+ border-bottom-color: rgba(255, 255, 255, 0.2);
32
+
33
+ // &:hover, &:focus {
34
+ // border-bottom-color: #fff;
35
+ // }
31
36
  }
32
37
  }
33
38
 
@@ -40,7 +45,7 @@
40
45
  min-height: 100vh;
41
46
  }
42
47
 
43
- @media screen and (min-width: $break-point-1) {
48
+ @media screen and (min-width: $break-point-2) {
44
49
  position: fixed;
45
50
  top: 0;
46
51
  left: 0;
@@ -95,7 +100,7 @@
95
100
  }
96
101
  }
97
102
 
98
- .sidebar-nav-item {
103
+ a.sidebar-nav-item {
99
104
  font-weight: bold;
100
105
  display: block;
101
106
  line-height: 1.75;
@@ -103,10 +108,12 @@
103
108
  padding: .25rem 2rem;
104
109
  border-top: 1px solid rgba(255, 255, 255, 0.2);
105
110
  border-bottom: none;
106
-
111
+ // transition: background-color 500ms ease;
112
+ //
107
113
  // &:hover, &:focus {
108
114
  // border-bottom: none;
109
115
  // background-color: rgba(255, 255, 255, 0.1);
116
+ // transition: background-color 50ms ease;
110
117
  // }
111
118
  }
112
119
 
@@ -25,10 +25,15 @@
25
25
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00202020', endColorstr='#80202020',GradientType=0 ); /* IE6-9 */
26
26
  }
27
27
 
28
- // /* Sidebar links */
29
- // a {
30
- // color: #fff;
31
- // }
28
+ /* Sidebar links */
29
+ a {
30
+ // color: #fff;
31
+ // border-bottom-color: rgba(255, 255, 255, 0.2);
32
+
33
+ &:hover, &:focus {
34
+ border-bottom-color: #fff;
35
+ }
36
+ }
32
37
  }
33
38
 
34
39
  // #_yDrawer {
@@ -40,7 +45,7 @@
40
45
  // min-height: 100vh;
41
46
  // }
42
47
  //
43
- // @media screen and (min-width: $break-point-1) {
48
+ // @media screen and (min-width: $break-point-2) {
44
49
  // position: fixed;
45
50
  // top: 0;
46
51
  // left: 0;
@@ -95,7 +100,7 @@
95
100
  // }
96
101
  // }
97
102
  //
98
- .sidebar-nav-item {
103
+ a.sidebar-nav-item {
99
104
  // font-weight: bold;
100
105
  // display: block;
101
106
  // line-height: 1.75;
@@ -103,10 +108,12 @@
103
108
  // padding: .25rem 2rem;
104
109
  // border-top: 1px solid rgba(255, 255, 255, 0.2);
105
110
  // border-bottom: none;
111
+ transition: background-color 500ms ease;
106
112
 
107
113
  &:hover, &:focus {
108
114
  border-bottom: none;
109
115
  background-color: rgba(255, 255, 255, 0.1);
116
+ transition: background-color 50ms ease-out;
110
117
  }
111
118
  }
112
119
 
@@ -1,27 +1,36 @@
1
- .sidebar-social > ul {
2
- list-style: none;
3
- padding-left: 0;
4
- // margin-left: -0.5rem;
5
- // margin-right: -0.5rem;
1
+ .sidebar-social {
2
+ margin-bottom: .5rem;
6
3
 
7
- > li {
8
- display: inline-block;
4
+ &::after {
5
+ @extend .clearfix
6
+ }
7
+
8
+ > ul {
9
+ list-style: none;
10
+ padding-left: 0;
11
+ margin: 0 -.25rem;
12
+
13
+ > li {
14
+ float: left;
15
+ margin: 0 .25rem;
9
16
 
10
- > a {
11
- display: inline-block;
12
- text-align: center;
13
- font-size: 1.6rem;
14
- line-height: 3rem;
15
- width: 3rem;
16
- height: 3rem;
17
+ > a {
18
+ display: inline-block;
19
+ text-align: center;
20
+ font-size: 1.6rem;
21
+ line-height: 3rem;
22
+ width: 3.125rem;
23
+ height: 4rem;
24
+ padding: .5rem 0;
17
25
 
18
- // &::after {
19
- // display: none;
20
- // }
26
+ // &::after {
27
+ // display: none;
28
+ // }
29
+ }
21
30
  }
22
- }
23
31
 
24
- li + li {
25
- margin-top: 0;
32
+ li + li {
33
+ margin-top: 0;
34
+ }
26
35
  }
27
36
  }
@@ -1,27 +1,36 @@
1
- .sidebar-social > ul {
2
- // list-style: none;
3
- // padding-left: 0;
4
- margin-left: -0.5rem;
5
- margin-right: -0.5rem;
1
+ .sidebar-social {
2
+ // margin-bottom: .5rem;
3
+ //
4
+ // &::after {
5
+ // @extend .clearfix
6
+ // }
7
+
8
+ > ul {
9
+ // list-style: none;
10
+ // padding-left: 0;
11
+ // margin: 0 -.25rem;
6
12
 
7
- > li {
8
- // display: inline-block;
13
+ > li {
14
+ // float: left;
15
+ // margin: 0 .25rem;
9
16
 
10
- > a {
11
- // display: inline-block;
12
- // text-align: center;
13
- // font-size: 1.6rem;
14
- // line-height: 3rem;
15
- // width: 3rem;
16
- // height: 3rem;
17
+ > a {
18
+ // display: inline-block;
19
+ // text-align: center;
20
+ // font-size: 1.6rem;
21
+ // line-height: 3rem;
22
+ // width: 3.125rem;
23
+ // height: 4rem;
24
+ // padding: .5rem 0;
17
25
 
18
- &::after {
19
- display: none;
26
+ &::after {
27
+ display: none;
28
+ }
20
29
  }
21
30
  }
22
- }
23
31
 
24
- // li + li {
25
- // margin-top: 0;
26
- // }
32
+ // li + li {
33
+ // margin-top: 0;
34
+ // }
35
+ }
27
36
  }
@@ -1,6 +1,2 @@
1
1
  #markdown-toc {
2
- @extend .faded;
3
- padding-bottom: 1rem;
4
- margin-left: -1rem;
5
- margin-right: -1rem;
6
2
  }
@@ -20,13 +20,14 @@ body {
20
20
  }
21
21
 
22
22
  html {
23
- // font-size: $root-font-size;
23
+ font-size: $root-font-size;
24
24
  line-height: $root-line-height;
25
25
  }
26
26
 
27
27
  body {
28
28
  color: $body-color;
29
29
  background-color: $body-bg;
30
+ overflow-y: scroll;
30
31
  }
31
32
 
32
33
  // No `:visited` state is required by default (browsers will use `a`)
@@ -20,13 +20,14 @@
20
20
  // }
21
21
  //
22
22
  // html {
23
- // // font-size: $root-font-size;
23
+ // font-size: $root-font-size;
24
24
  // line-height: $root-line-height;
25
25
  // }
26
26
  //
27
27
  // body {
28
28
  // color: $body-color;
29
29
  // background-color: $body-bg;
30
+ // overflow-y: scroll;
30
31
  // }
31
32
  //
32
33
  // // No `:visited` state is required by default (browsers will use `a`)
@@ -3,18 +3,14 @@
3
3
  // Inline and block-level code snippets. Includes tweaks to syntax highlighted
4
4
  // snippets from Pygments/Rouge and Gist embeds.
5
5
 
6
- code, pre, .code {
6
+ code, pre {
7
7
  font-family: $code-font-family;
8
8
  }
9
9
 
10
- code, .code {
10
+ code {
11
11
  padding: .25em .5em;
12
12
  font-size: .85em;
13
- // Could be mistaken for a link if the user choses a similar link-color, so better no colored inline code.
14
- // color: $code-color;
15
- background-color: #f9f9f9;
16
- // No border radius to prevent repaint on code scroll
17
- // border-radius: 3px;
13
+ background-color: rgba(0, 0, 0, 0.03);
18
14
  }
19
15
 
20
16
  pre {
@@ -28,7 +24,7 @@ pre {
28
24
  -webkit-overflow-scrolling: touch;
29
25
 
30
26
  /* Make code same width as regular text, and scroll the full page width on mobile */
31
- @include figure();
27
+ @include pre();
32
28
 
33
29
  backface-visibility: hidden; // wat?
34
30
  }
@@ -46,12 +42,12 @@ figure, .figure {
46
42
 
47
43
  > *:first-child {
48
44
  padding: 1rem;
49
- background: #f9f9f9;
45
+ background-color: rgba(0, 0, 0, 0.05);
50
46
  }
51
47
 
52
48
  > figcaption, > .figcaption {
53
49
  font-size: smaller;
54
- color: #9a9a9a;
50
+ color: $gray;
55
51
  text-align: center;
56
52
  font-style: italic;
57
53
  margin-top: 0.5rem;
@@ -6,11 +6,14 @@
6
6
  a[href^="#fn:"],
7
7
  // Back to footnote link
8
8
  a[href^="#fnref:"] {
9
- display: inline-block;
10
9
  margin-left: .1rem;
11
10
  font-weight: bold;
12
11
  }
13
12
 
13
+ sup {
14
+ line-height: 1;
15
+ }
16
+
14
17
  // List of footnotes
15
18
  .footnotes {
16
19
  > ol {
@@ -26,8 +29,3 @@ a[href^="#fnref:"] {
26
29
  border-bottom: 1px solid #fff;
27
30
  }
28
31
  }
29
-
30
- // Prevent supscripts from increasing the line height
31
- sup {
32
- line-height: 1;
33
- }
@@ -6,8 +6,8 @@
6
6
  .message {
7
7
  margin-bottom: 1rem;
8
8
  padding: 1rem;
9
- color: #717171;
10
- background-color: #f9f9f9;
9
+ color: $gray-text;
10
+ background-color: $gray-bg;
11
11
  margin-left: -1rem;
12
12
  margin-right: -1rem;
13
13
  }
@@ -20,11 +20,15 @@
20
20
  .pagination-item {
21
21
  > * {
22
22
  display: block;
23
- padding: 1rem;
23
+ padding: .25rem 1rem;
24
24
  border: solid #eee;
25
25
  border-width: 1px 0;
26
26
  }
27
27
 
28
+ > a, > a:hover, > a:focus {
29
+ border-color: #eee!important;
30
+ }
31
+
28
32
  &:first-child > * {
29
33
  margin-bottom: -1px;
30
34
  }
@@ -36,7 +40,7 @@
36
40
  }
37
41
  }
38
42
 
39
- @media (min-width: 375px + 1px) {
43
+ @media (min-width: 23.5em) {
40
44
  .pagination {
41
45
  margin: 3rem 0;
42
46
  }
@@ -50,13 +54,9 @@
50
54
 
51
55
  &:first-child > * {
52
56
  margin-bottom: 0;
53
- border-top-left-radius: 4px;
54
- border-bottom-left-radius: 4px;
55
57
  }
56
58
  &:last-child > * {
57
59
  margin-left: -1px;
58
- border-top-right-radius: 4px;
59
- border-bottom-right-radius: 4px;
60
60
  }
61
61
  }
62
62
  }