jekyll-theme-hydejack 6.6.1 → 7.0.0.pre.beta.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (175) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +617 -17
  3. data/README.md +18 -11
  4. data/_includes/about.html +3 -2
  5. data/_includes/author.html +18 -11
  6. data/_includes/avatar-tag.html +4 -0
  7. data/_includes/body.html +21 -31
  8. data/_includes/body/menu.html +11 -0
  9. data/_includes/body/scripts.html +18 -0
  10. data/_includes/comments.html +6 -4
  11. data/_includes/footer.html +3 -5
  12. data/_includes/head.html +4 -142
  13. data/_includes/head/links.html +25 -0
  14. data/_includes/head/meta.html +30 -0
  15. data/_includes/head/scripts.html +44 -0
  16. data/_includes/head/seo-fallback.html +13 -0
  17. data/_includes/head/seo-tag.html +4 -0
  18. data/_includes/head/styles.html +24 -0
  19. data/_includes/header.txt +1 -1
  20. data/_includes/link.html +9 -2
  21. data/_includes/message.html +12 -7
  22. data/_includes/my-scripts.html +14 -5
  23. data/_includes/nav.html +20 -13
  24. data/_includes/page-style.html +33 -3
  25. data/_includes/pagination.html +8 -12
  26. data/_includes/post-list-item.html +4 -6
  27. data/_includes/post.html +20 -13
  28. data/_includes/related-posts.html +23 -0
  29. data/_includes/scripts/load-disqus.js +1 -2
  30. data/_includes/scripts/load-disqus.min.js +1 -1
  31. data/_includes/scripts/load-js-deferred.js +47 -43
  32. data/_includes/scripts/load-js-deferred.min.js +1 -1
  33. data/_includes/sidebar.html +25 -14
  34. data/_includes/social-list-item.html +1 -1
  35. data/_includes/social.html +16 -10
  36. data/_includes/srcset-img.html +5 -5
  37. data/_includes/styles/inline.scss +31 -33
  38. data/_includes/styles/style.scss +69 -55
  39. data/_includes/tag-list.html +1 -1
  40. data/_includes/templates.html +32 -0
  41. data/_layouts/about.html +10 -3
  42. data/_layouts/base.html +17 -10
  43. data/_layouts/compress.html +3 -11
  44. data/_layouts/default.html +7 -5
  45. data/_layouts/home.html +7 -5
  46. data/_layouts/list.html +10 -4
  47. data/_layouts/not-found.html +14 -5
  48. data/_layouts/page.html +1 -1
  49. data/_layouts/post.html +12 -2
  50. data/_layouts/redirect.html +1 -1
  51. data/_sass/_mixins.scss +9 -3
  52. data/_sass/_reboot-mod.scss +286 -0
  53. data/_sass/_spinner.scss +23 -80
  54. data/_sass/_syntax.scss +1 -1
  55. data/_sass/_variables.scss +9 -11
  56. data/_sass/hydejack/__inline/_avatar.scss +27 -0
  57. data/_sass/hydejack/__inline/_base.scss +99 -0
  58. data/_sass/hydejack/__inline/_break-layout.scss +12 -0
  59. data/_sass/hydejack/__inline/_content.scss +43 -0
  60. data/_sass/hydejack/__inline/_footer.scss +12 -0
  61. data/_sass/hydejack/__inline/_katex.scss +12 -0
  62. data/_sass/hydejack/__inline/_mark-external.scss +36 -0
  63. data/_sass/hydejack/__inline/_menu.scss +50 -0
  64. data/_sass/hydejack/__inline/_sidebar.scss +129 -0
  65. data/_sass/hydejack/__inline/_social.scss +42 -0
  66. data/_sass/hydejack/__link/_avatar.scss +17 -0
  67. data/_sass/hydejack/__link/_base.scss +93 -0
  68. data/_sass/hydejack/__link/_break-layout.scss +69 -0
  69. data/_sass/hydejack/__link/_content.scss +12 -0
  70. data/_sass/hydejack/__link/_footer.scss +26 -0
  71. data/_sass/hydejack/__link/_katex.scss +45 -0
  72. data/_sass/hydejack/__link/_mark-external.scss +36 -0
  73. data/_sass/hydejack/__link/_menu.scss +37 -0
  74. data/_sass/hydejack/__link/_sidebar.scss +156 -0
  75. data/_sass/hydejack/__link/_social.scss +12 -0
  76. data/_sass/hydejack/_avatar.pre.scss +18 -0
  77. data/_sass/hydejack/_base.pre.scss +133 -0
  78. data/_sass/hydejack/_break-layout.pre.scss +58 -0
  79. data/_sass/hydejack/{_content-inline.scss → _content.pre.scss} +5 -5
  80. data/_sass/hydejack/{_footer-inline.scss → _footer.pre.scss} +2 -5
  81. data/_sass/hydejack/{_katex.scss → _katex.pre.scss} +6 -3
  82. data/_sass/hydejack/_mark-external.pre.scss +25 -0
  83. data/_sass/hydejack/_menu.pre.scss +53 -0
  84. data/_sass/hydejack/_sidebar.pre.scss +188 -0
  85. data/_sass/hydejack/{_social-inline.scss → _social.pre.scss} +6 -11
  86. data/_sass/pooleparty/{_base-inline.scss → __inline/_base.scss} +15 -17
  87. data/_sass/pooleparty/__inline/_code.scss +17 -0
  88. data/_sass/pooleparty/__inline/_footer.scss +12 -0
  89. data/_sass/pooleparty/__inline/_footnotes.scss +16 -0
  90. data/_sass/pooleparty/__inline/_message.scss +26 -0
  91. data/_sass/pooleparty/__inline/_pagination.scss +17 -0
  92. data/_sass/pooleparty/__inline/_posts.scss +41 -0
  93. data/_sass/pooleparty/__inline/_related.scss +25 -0
  94. data/_sass/pooleparty/__inline/_table.scss +39 -0
  95. data/_sass/pooleparty/__inline/_type.scss +83 -0
  96. data/_sass/pooleparty/__link/_base.scss +26 -0
  97. data/_sass/pooleparty/__link/_code.scss +54 -0
  98. data/_sass/pooleparty/__link/_footer.scss +12 -0
  99. data/_sass/pooleparty/__link/_footnotes.scss +57 -0
  100. data/_sass/pooleparty/__link/_message.scss +17 -0
  101. data/_sass/pooleparty/__link/_pagination.scss +78 -0
  102. data/_sass/pooleparty/__link/_posts.scss +30 -0
  103. data/_sass/pooleparty/__link/_related.scss +14 -0
  104. data/_sass/pooleparty/{_table.scss → __link/_table.scss} +71 -46
  105. data/_sass/pooleparty/__link/_type.scss +144 -0
  106. data/_sass/pooleparty/_base.pre.scss +54 -0
  107. data/_sass/pooleparty/_code.pre.scss +43 -0
  108. data/_sass/pooleparty/_footer.pre.scss +1 -0
  109. data/_sass/pooleparty/{_footnotes.scss → _footnotes.pre.scss} +17 -4
  110. data/_sass/pooleparty/{_message-inline.scss → _message.pre.scss} +2 -0
  111. data/_sass/pooleparty/{_pagination.scss → _pagination.pre.scss} +7 -6
  112. data/_sass/pooleparty/{_posts-inline.scss → _posts.pre.scss} +16 -15
  113. data/_sass/pooleparty/{_related-inline.scss → _related.pre.scss} +5 -6
  114. data/_sass/pooleparty/_table.pre.scss +161 -0
  115. data/_sass/pooleparty/_type.pre.scss +198 -0
  116. data/assets/icomoon/fonts/icomoon.eot +0 -0
  117. data/assets/icomoon/fonts/icomoon.svg +9 -3
  118. data/assets/icomoon/fonts/icomoon.ttf +0 -0
  119. data/assets/icomoon/fonts/icomoon.woff +0 -0
  120. data/assets/icomoon/selection.json +250 -76
  121. data/assets/icomoon/style.css +26 -8
  122. data/assets/icons/apple-touch-icon.png +0 -0
  123. data/assets/icons/favicon.ico +0 -0
  124. data/assets/icons/icon.png +0 -0
  125. data/assets/icons/icon@0,25x.png +0 -0
  126. data/assets/icons/icon@0,5x.png +0 -0
  127. data/assets/icons/icon@0,75x.png +0 -0
  128. data/assets/icons/icon@2x.png +0 -0
  129. data/assets/icons/icon@3x.png +0 -0
  130. data/assets/icons/tile-large.png +0 -0
  131. data/assets/icons/tile-medium.png +0 -0
  132. data/assets/icons/tile-small.png +0 -0
  133. data/assets/icons/tile-wide.png +0 -0
  134. data/assets/ieconfig.xml +15 -0
  135. data/assets/img/sidebar-bg.jpg +0 -0
  136. data/assets/js/hydejack.js +2 -2
  137. data/assets/manifest.json +45 -0
  138. data/assets/version.json +1 -1
  139. data/licenses/Apache-2.0.md +55 -47
  140. data/licenses/GPL-3.0.md +623 -0
  141. data/licenses/MIT.md +1 -0
  142. data/licenses/PRO.md +142 -0
  143. metadata +103 -99
  144. data/_includes/related.html +0 -41
  145. data/_includes/scripts.html +0 -17
  146. data/_sass/hydejack/_base-inline.scss +0 -143
  147. data/_sass/hydejack/_base.scss +0 -143
  148. data/_sass/hydejack/_drawer-inline.scss +0 -19
  149. data/_sass/hydejack/_drawer.scss +0 -19
  150. data/_sass/hydejack/_me-inline.scss +0 -24
  151. data/_sass/hydejack/_menu-inline.scss +0 -56
  152. data/_sass/hydejack/_menu.scss +0 -56
  153. data/_sass/hydejack/_sidebar-inline.scss +0 -118
  154. data/_sass/hydejack/_sidebar.scss +0 -115
  155. data/_sass/hydejack/_social.scss +0 -36
  156. data/_sass/hydejack/_toc.scss +0 -2
  157. data/_sass/pooleparty/_base.scss +0 -60
  158. data/_sass/pooleparty/_code.scss +0 -82
  159. data/_sass/pooleparty/_footer-inline.scss +0 -3
  160. data/_sass/pooleparty/_posts.scss +0 -41
  161. data/_sass/pooleparty/_table-inline.scss +0 -130
  162. data/_sass/pooleparty/_type-inline.scss +0 -124
  163. data/_sass/pooleparty/_type.scss +0 -124
  164. data/assets/icomoon/Read Me.txt +0 -7
  165. data/assets/icomoon/demo-files/demo.css +0 -152
  166. data/assets/icomoon/demo-files/demo.js +0 -30
  167. data/assets/icomoon/demo.html +0 -1206
  168. data/assets/img/nap.jpg +0 -0
  169. data/assets/img/projects/hyde-v1.jpg +0 -0
  170. data/assets/img/projects/hyde-v1@0,25x.jpg +0 -0
  171. data/assets/img/projects/hyde-v1@0,5x.jpg +0 -0
  172. data/assets/img/projects/hyde-v2.jpg +0 -0
  173. data/assets/img/projects/hyde-v2@0,25x.jpg +0 -0
  174. data/assets/img/projects/hyde-v2@0,5x.jpg +0 -0
  175. data/licenses/PRO-license.md +0 -147
@@ -1,56 +0,0 @@
1
- // .fixed-top {
2
- // position: fixed;
3
- // top: 0;
4
- // left: 0;
5
- // width: 100%;
6
- // z-index: 1;
7
- // }
8
- //
9
- // .navbar > .content {
10
- // padding-top: 0;
11
- // padding-bottom: 0;
12
- // min-height: 0;
13
- // height: 0;
14
- // }
15
-
16
- .menu {
17
- // display: inline-block;
18
- // padding: 1.75rem 1.5rem;
19
- // border-bottom: none;
20
- // margin-left: -1.5rem;
21
- // color: $gray!important;
22
- //
23
- // &::after {
24
- // content: "\2630"; // ☰
25
- // }
26
- //
27
- // @media screen and (min-width: $break-point-2) {
28
- // padding: 1.25rem 1.5rem;
29
- // position: absolute;
30
- // left: -9999px;
31
- //
32
- // &:focus {
33
- // position: static;
34
- // }
35
- // }
36
-
37
- @media print {
38
- display: none;
39
- }
40
- }
41
-
42
- .animation-main {
43
- opacity: 0;
44
- will-change: opacity;
45
- // pointer-events: none;
46
- }
47
-
48
- .loading {
49
- // display: none;
50
- position: absolute;
51
- top: 0;
52
- right: 0;
53
- padding: 3 * 1.75rem 3 * 1.5rem;
54
- transform-origin: top right;
55
- transform: scale(0.33);
56
- }
@@ -1,118 +0,0 @@
1
- .sidebar {
2
- color: rgba(255,255,255,.75);
3
- text-align: left;
4
-
5
- &::before {
6
- /* make sidebar slightly darker to increase text readability (when using a background image) */
7
- content: "";
8
- position: absolute;
9
- z-index: 2;
10
- top: 0;
11
- left: 0;
12
- bottom: 0;
13
- right: 0;
14
- // /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#202020+0,202020+100&0+0,0.5+100 */
15
- // background: -moz-linear-gradient(top, rgba(32,32,32,0) 0%, rgba(32,32,32,0.5) 100%); /* FF3.6-15 */
16
- // background: -webkit-linear-gradient(top, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
17
- background: linear-gradient(to bottom, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
18
- // filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00202020', endColorstr='#80202020',GradientType=0 ); /* IE6-9 */
19
- }
20
-
21
- /* Sidebar links */
22
- a {
23
- color: #fff;
24
- border-bottom-color: rgba(255, 255, 255, 0.2);
25
-
26
- // &:hover, &:focus {
27
- // border-bottom-color: #fff;
28
- // }
29
- }
30
- }
31
-
32
- #_yDrawer {
33
- position: relative;
34
- padding: 1rem 0;
35
-
36
- @media screen {
37
- padding: 2rem 1rem;
38
- min-height: 640px; // fallback
39
- min-height: 100vh;
40
- }
41
-
42
- @media screen and (min-width: $break-point-2) {
43
- position: fixed;
44
- top: 0;
45
- left: 0;
46
- bottom: 0;
47
- width: 18rem; // duplicate!
48
- margin-left: 0;
49
- }
50
-
51
- @media screen and (min-width: $break-point-dynamic) {
52
- width: $dynamic-width;
53
- }
54
-
55
- @media screen {
56
- &.loaded {
57
- min-height: 0;
58
- padding: 0;
59
- }
60
- }
61
- }
62
-
63
- .sidebar-bg {
64
- position: absolute;
65
- top: 0;
66
- right: 0;
67
- bottom: 0;
68
- left: 0;
69
- background: #202020 center / cover;
70
- }
71
-
72
- .sidebar-sticky {
73
- position: relative;
74
- z-index: 3;
75
-
76
- @media screen {
77
- position: absolute;
78
- right: 2rem;
79
- bottom: 1rem;
80
- left: auto;
81
- max-width: 14rem;
82
- }
83
-
84
- @media print {
85
- padding: 0 2rem;
86
- }
87
- }
88
-
89
- /* About section */
90
- .sidebar-about > h1 {
91
- color: #fff;
92
- font-size: 2rem;
93
- }
94
-
95
- .sidebar-nav > ul {
96
- list-style: none;
97
- padding-left: 0;
98
- margin-bottom: .5rem;
99
- // border-top: 1px solid rgba(255, 255, 255, 0.2);
100
- }
101
-
102
- a.sidebar-nav-item {
103
- font-weight: bold;
104
- display: block;
105
- line-height: 1.75;
106
- padding: .25rem 0;
107
- border-bottom: 1px solid rgba(255, 255, 255, 0.2);
108
- }
109
-
110
- // @media print {
111
- // .sidebar {
112
- // page-break-inside: avoid;
113
- // }
114
- //
115
- // .sidebar-nav, .sidebar-social {
116
- // display: none;
117
- // }
118
- // }
@@ -1,115 +0,0 @@
1
- .sidebar {
2
- // color: rgba(255,255,255,.75);
3
- // text-align: left;
4
-
5
- &::before {
6
- /* make sidebar slightly darker to increase text readability (when using a background image) */
7
- // content: "";
8
- // position: absolute;
9
- // z-index: 2;
10
- // top: 0;
11
- // left: 0;
12
- // bottom: 0;
13
- // right: 0;
14
- /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#202020+0,202020+100&0+0,0.5+100 */
15
- background: -moz-linear-gradient(top, rgba(32,32,32,0) 0%, rgba(32,32,32,0.5) 100%); /* FF3.6-15 */
16
- background: -webkit-linear-gradient(top, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
17
- background: linear-gradient(to bottom, rgba(32,32,32,0) 0%,rgba(32,32,32,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
18
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00202020', endColorstr='#80202020',GradientType=0 ); /* IE6-9 */
19
- }
20
-
21
- /* Sidebar links */
22
- a {
23
- // color: #fff;
24
- // border-bottom-color: rgba(255, 255, 255, 0.2);
25
-
26
- &:hover, &:focus {
27
- border-bottom-color: #fff;
28
- }
29
- }
30
- }
31
-
32
- // #_yDrawer {
33
- // position: relative;
34
- //
35
- // @media screen {
36
- // padding: 2rem 1rem;
37
- // min-height: 640px; // fallback
38
- // min-height: 100vh;
39
- // }
40
- //
41
- // @media screen and (min-width: $break-point-2) {
42
- // position: fixed;
43
- // top: 0;
44
- // left: 0;
45
- // bottom: 0;
46
- // width: 18rem; // duplicate!
47
- // margin-left: 0;
48
- // }
49
- //
50
- // @media screen and (min-width: $break-point-dynamic) {
51
- // width: $dynamic-width;
52
- // }
53
- //
54
- // &.loaded {
55
- // min-height: 0;
56
- // padding: 0;
57
- // }
58
- // }
59
- //
60
- // .sidebar-bg {
61
- // position: absolute;
62
- // top: 0;
63
- // right: 0;
64
- // bottom: 0;
65
- // left: 0;
66
- // background: #202020 center / cover;
67
- // }
68
- //
69
- // .sidebar-sticky {
70
- // position: relative;
71
- // z-index: 3;
72
- //
73
- // @media screen {
74
- // position: absolute;
75
- // right: 2rem;
76
- // bottom: 1rem;
77
- // left: auto;
78
- // max-width: 14rem;
79
- // }
80
- //
81
- // @media print {
82
- // padding: 0 2rem;
83
- // }
84
- // }
85
- //
86
- // /* About section */
87
- // .sidebar-about > h1 {
88
- // color: #fff;
89
- // font-size: 2rem;
90
- // }
91
- //
92
- // .sidebar-nav > ul {
93
- // list-style: none;
94
- // padding-left: 0;
95
- // margin-bottom: .5rem;
96
- // border-top: 1px solid rgba(255, 255, 255, 0.2);
97
- // }
98
- //
99
- // a.sidebar-nav-item {
100
- // font-weight: bold;
101
- // display: block;
102
- // line-height: 1.75;
103
- // padding: .25rem 0;
104
- // border-bottom: 1px solid rgba(255, 255, 255, 0.2);
105
- // }
106
-
107
- @media print {
108
- .sidebar {
109
- page-break-inside: avoid;
110
- }
111
-
112
- .sidebar-nav, .sidebar-social {
113
- display: none;
114
- }
115
- }
@@ -1,36 +0,0 @@
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;
12
-
13
- > li {
14
- // float: left;
15
- // margin: 0 .25rem;
16
-
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;
25
-
26
- &::after {
27
- display: none;
28
- }
29
- }
30
- }
31
-
32
- // li + li {
33
- // margin-top: 0;
34
- // }
35
- }
36
- }
@@ -1,2 +0,0 @@
1
- #markdown-toc {
2
- }
@@ -1,60 +0,0 @@
1
- // Body resets
2
- //
3
- // Update the foundational and global aspects of the page.
4
-
5
- // article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
6
- // mark{background:#FF0;color:#000}
7
-
8
- * {
9
- -webkit-box-sizing: border-box;
10
- -moz-box-sizing: border-box;
11
- box-sizing: border-box;
12
-
13
- -webkit-tap-highlight-color: transparent;
14
- }
15
-
16
- // html,
17
- // body {
18
- // margin: 0;
19
- // padding: 0;
20
- // }
21
- //
22
- // html {
23
- // font-size: $root-font-size;
24
- // line-height: $root-line-height;
25
- // }
26
- //
27
- // body {
28
- // color: $body-color;
29
- // background-color: $body-bg;
30
- // overflow-y: scroll;
31
- // }
32
- //
33
- // // No `:visited` state is required by default (browsers will use `a`)
34
- // a {
35
- // text-decoration: none;
36
- // }
37
- //
38
- // .lead {
39
- // margin-left: -1rem;
40
- // margin-right: -1rem;
41
- // }
42
- //
43
- // img, .img {
44
- // display: block;
45
- // max-width: 100%;
46
- // margin: 0 0 1rem;
47
- // border: none;
48
- //
49
- // &.lead {
50
- // max-width: calc(100% + 2rem);
51
- // width: calc(100% + 2rem);
52
- // }
53
- // }
54
-
55
- @media print {
56
- a::after {
57
- content: " (" attr(href) ") ";
58
- font-size: smaller;
59
- }
60
- }
@@ -1,82 +0,0 @@
1
- // Code
2
- //
3
- // Inline and block-level code snippets. Includes tweaks to syntax highlighted
4
- // snippets from Pygments/Rouge and Gist embeds.
5
-
6
- code, pre {
7
- font-family: $code-font-family;
8
- }
9
-
10
- code {
11
- padding: .25em .5em;
12
- font-size: .85em;
13
- background-color: rgba(0, 0, 0, 0.03);
14
- }
15
-
16
- pre {
17
- margin-top: 0;
18
- margin-bottom: 1rem;
19
- display: block;
20
- line-height: 1.1;
21
-
22
- /* Prevent code linebreaks and allow side-scrolling (much better readability on mobile) */
23
- overflow-x: auto;
24
- -webkit-overflow-scrolling: touch;
25
-
26
- /* Make code same width as regular text, and scroll the full page width on mobile */
27
- @include pre();
28
-
29
- backface-visibility: hidden; // wat?
30
- }
31
-
32
- pre code {
33
- padding: 0;
34
- // font-size: .75em;
35
- color: inherit;
36
- background-color: transparent;
37
- }
38
-
39
- figure, .figure {
40
- margin-left: 0;
41
- margin-right: 0;
42
-
43
- > *:first-child {
44
- padding: 1rem;
45
- background-color: rgba(0, 0, 0, 0.05);
46
- }
47
-
48
- > figcaption, > .figcaption {
49
- font-size: smaller;
50
- color: $gray;
51
- text-align: center;
52
- font-style: italic;
53
- margin-top: 0.5rem;
54
- padding: 0 1rem;
55
- }
56
- }
57
-
58
- .highlight {
59
- margin-bottom: 1rem;
60
- }
61
-
62
- // Gist via GitHub Pages
63
- // .gist .gist-file {
64
- // font-family: Menlo, Monaco, "Courier New", monospace !important;
65
- // }
66
- // .gist .markdown-body {
67
- // padding: 15px;
68
- // }
69
- // .gist pre {
70
- // padding: 0;
71
- // background-color: transparent;
72
- // }
73
- // .gist .gist-file .gist-data {
74
- // font-size: .8rem !important;
75
- // line-height: 1.4;
76
- // }
77
- // .gist code {
78
- // padding: 0;
79
- // color: inherit;
80
- // background-color: transparent;
81
- // border-radius: 0;
82
- // }