jekyll-theme-opentoolbox 1.0.8 → 2.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (201) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +58 -31
  3. data/_includes/banner.html +4 -4
  4. data/_includes/callouts.html +10 -3
  5. data/_includes/contribute.html +19 -0
  6. data/_includes/credits.html +13 -0
  7. data/_includes/disqus.html +16 -16
  8. data/_includes/footer.html +7 -18
  9. data/_includes/gallery.html +24 -24
  10. data/_includes/google-analytics.html +7 -7
  11. data/_includes/header.html +11 -12
  12. data/_includes/icon.html +3 -0
  13. data/_includes/image-modal.html +18 -18
  14. data/_includes/important-message.html +5 -0
  15. data/_includes/latest-posts.html +14 -12
  16. data/_includes/menubar.html +20 -20
  17. data/_includes/notification.html +17 -16
  18. data/_includes/pagination.html +21 -23
  19. data/_includes/post-card.html +2 -2
  20. data/_includes/section-divider.html +5 -0
  21. data/_includes/setup.html +11 -0
  22. data/_includes/showcase.html +1 -1
  23. data/_includes/simple_banner.html +11 -0
  24. data/_includes/sponsors.html +43 -41
  25. data/_includes/subscribe.html +15 -5
  26. data/_includes/tabs.html +18 -17
  27. data/_includes/tag.html +2 -2
  28. data/_includes/toc.html +82 -82
  29. data/_includes/vimeo.html +2 -2
  30. data/_includes/youtube.html +7 -7
  31. data/_layouts/base.html +25 -0
  32. data/_layouts/blog.html +4 -3
  33. data/_layouts/default.html +34 -61
  34. data/_layouts/page.html +10 -10
  35. data/_layouts/post.html +50 -17
  36. data/_layouts/resource.html +1 -1
  37. data/_posts/2021-03-24-hello.md +1 -0
  38. data/_sass/_external.scss +1 -0
  39. data/_sass/_layout.scss +48 -36
  40. data/_sass/_main.scss +49 -22
  41. data/_sass/_showcase.scss +12 -12
  42. data/_sass/{syntax.scss → _syntax.scss} +209 -209
  43. data/_sass/_variables.scss +126 -0
  44. data/_sass/highlight/_dark.scss +71 -0
  45. data/_sass/highlight/_light.scss +259 -0
  46. data/assets/css/app.scss +8 -147
  47. data/blog/index.html +4 -2
  48. data/node_modules/bulma/CHANGELOG.md +1558 -1558
  49. data/node_modules/bulma/LICENSE +21 -21
  50. data/node_modules/bulma/README.md +134 -134
  51. data/node_modules/bulma/bulma.sass +10 -10
  52. data/node_modules/bulma/css/bulma-rtl.css +11810 -11810
  53. data/node_modules/bulma/css/bulma.css +11810 -11810
  54. data/node_modules/bulma/package.json +81 -81
  55. data/node_modules/bulma/sass/base/_all.sass +6 -6
  56. data/node_modules/bulma/sass/base/animations.sass +5 -5
  57. data/node_modules/bulma/sass/base/generic.sass +145 -145
  58. data/node_modules/bulma/sass/base/helpers.sass +1 -1
  59. data/node_modules/bulma/sass/base/minireset.sass +79 -79
  60. data/node_modules/bulma/sass/components/_all.sass +15 -15
  61. data/node_modules/bulma/sass/components/breadcrumb.sass +77 -77
  62. data/node_modules/bulma/sass/components/card.sass +103 -103
  63. data/node_modules/bulma/sass/components/dropdown.sass +83 -83
  64. data/node_modules/bulma/sass/components/level.sass +79 -79
  65. data/node_modules/bulma/sass/components/media.sass +59 -59
  66. data/node_modules/bulma/sass/components/menu.sass +59 -59
  67. data/node_modules/bulma/sass/components/message.sass +101 -101
  68. data/node_modules/bulma/sass/components/modal.sass +117 -117
  69. data/node_modules/bulma/sass/components/navbar.sass +446 -446
  70. data/node_modules/bulma/sass/components/pagination.sass +166 -166
  71. data/node_modules/bulma/sass/components/panel.sass +121 -121
  72. data/node_modules/bulma/sass/components/tabs.sass +176 -176
  73. data/node_modules/bulma/sass/elements/_all.sass +16 -16
  74. data/node_modules/bulma/sass/elements/box.sass +26 -26
  75. data/node_modules/bulma/sass/elements/button.sass +345 -345
  76. data/node_modules/bulma/sass/elements/container.sass +29 -29
  77. data/node_modules/bulma/sass/elements/content.sass +159 -159
  78. data/node_modules/bulma/sass/elements/form.sass +1 -1
  79. data/node_modules/bulma/sass/elements/icon.sass +46 -46
  80. data/node_modules/bulma/sass/elements/image.sass +73 -73
  81. data/node_modules/bulma/sass/elements/notification.sass +52 -52
  82. data/node_modules/bulma/sass/elements/other.sass +31 -31
  83. data/node_modules/bulma/sass/elements/progress.sass +73 -73
  84. data/node_modules/bulma/sass/elements/table.sass +133 -133
  85. data/node_modules/bulma/sass/elements/tag.sass +140 -140
  86. data/node_modules/bulma/sass/elements/title.sass +70 -70
  87. data/node_modules/bulma/sass/form/_all.sass +9 -9
  88. data/node_modules/bulma/sass/form/checkbox-radio.sass +22 -22
  89. data/node_modules/bulma/sass/form/file.sass +184 -184
  90. data/node_modules/bulma/sass/form/input-textarea.sass +66 -66
  91. data/node_modules/bulma/sass/form/select.sass +87 -87
  92. data/node_modules/bulma/sass/form/shared.sass +60 -60
  93. data/node_modules/bulma/sass/form/tools.sass +215 -215
  94. data/node_modules/bulma/sass/grid/_all.sass +5 -5
  95. data/node_modules/bulma/sass/grid/columns.sass +513 -513
  96. data/node_modules/bulma/sass/grid/tiles.sass +36 -36
  97. data/node_modules/bulma/sass/helpers/_all.sass +12 -12
  98. data/node_modules/bulma/sass/helpers/color.sass +39 -39
  99. data/node_modules/bulma/sass/helpers/flexbox.sass +35 -35
  100. data/node_modules/bulma/sass/helpers/float.sass +10 -10
  101. data/node_modules/bulma/sass/helpers/other.sass +14 -14
  102. data/node_modules/bulma/sass/helpers/overflow.sass +2 -2
  103. data/node_modules/bulma/sass/helpers/position.sass +7 -7
  104. data/node_modules/bulma/sass/helpers/spacing.sass +31 -31
  105. data/node_modules/bulma/sass/helpers/typography.sass +103 -103
  106. data/node_modules/bulma/sass/helpers/visibility.sass +122 -122
  107. data/node_modules/bulma/sass/layout/_all.sass +6 -6
  108. data/node_modules/bulma/sass/layout/footer.sass +11 -11
  109. data/node_modules/bulma/sass/layout/hero.sass +153 -153
  110. data/node_modules/bulma/sass/layout/section.sass +17 -17
  111. data/node_modules/bulma/sass/utilities/_all.sass +9 -9
  112. data/node_modules/bulma/sass/utilities/animations.sass +1 -1
  113. data/node_modules/bulma/sass/utilities/controls.sass +49 -49
  114. data/node_modules/bulma/sass/utilities/derived-variables.sass +114 -114
  115. data/node_modules/bulma/sass/utilities/extends.sass +25 -25
  116. data/node_modules/bulma/sass/utilities/functions.sass +136 -136
  117. data/node_modules/bulma/sass/utilities/initial-variables.sass +78 -78
  118. data/node_modules/bulma/sass/utilities/mixins.sass +280 -280
  119. data/node_modules/bulma-block-list/LICENSE.txt +21 -21
  120. data/node_modules/bulma-block-list/README.md +31 -31
  121. data/node_modules/bulma-block-list/docs/Gemfile +2 -2
  122. data/node_modules/bulma-block-list/docs/_config.yml +15 -15
  123. data/node_modules/bulma-block-list/docs/_data/menu.yaml +19 -19
  124. data/node_modules/bulma-block-list/docs/_sass/_block-list.scss +108 -108
  125. data/node_modules/bulma-block-list/docs/_sass/_main.scss +19 -19
  126. data/node_modules/bulma-block-list/docs/assets/css/app.scss +6 -6
  127. data/node_modules/bulma-block-list/docs/index.html +260 -260
  128. data/node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md +1390 -1390
  129. data/node_modules/bulma-block-list/node_modules/bulma/LICENSE +21 -21
  130. data/node_modules/bulma-block-list/node_modules/bulma/README.md +130 -130
  131. data/node_modules/bulma-block-list/node_modules/bulma/bulma.sass +9 -9
  132. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css +10854 -10854
  133. data/node_modules/bulma-block-list/node_modules/bulma/package.json +77 -77
  134. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/_all.sass +5 -5
  135. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/generic.sass +142 -142
  136. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/helpers.sass +281 -281
  137. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/minireset.sass +79 -79
  138. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/_all.sass +15 -15
  139. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/breadcrumb.sass +75 -75
  140. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/card.sass +79 -79
  141. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/dropdown.sass +81 -81
  142. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/level.sass +77 -77
  143. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/list.sass +39 -39
  144. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/media.sass +50 -50
  145. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/menu.sass +57 -57
  146. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/message.sass +99 -99
  147. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/modal.sass +113 -113
  148. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/navbar.sass +441 -441
  149. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/pagination.sass +150 -150
  150. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/panel.sass +119 -119
  151. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/tabs.sass +151 -151
  152. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/_all.sass +15 -15
  153. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/box.sass +24 -24
  154. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/button.sass +323 -323
  155. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/container.sass +24 -24
  156. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/content.sass +155 -155
  157. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/form.sass +1 -1
  158. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/icon.sass +21 -21
  159. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/image.sass +71 -71
  160. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/notification.sass +43 -43
  161. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/other.sass +39 -39
  162. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/progress.sass +67 -67
  163. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/table.sass +127 -127
  164. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/tag.sass +128 -128
  165. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/title.sass +70 -70
  166. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/_all.sass +8 -8
  167. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/checkbox-radio.sass +21 -21
  168. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/file.sass +180 -180
  169. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/input-textarea.sass +64 -64
  170. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/select.sass +85 -85
  171. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/shared.sass +55 -55
  172. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/tools.sass +205 -205
  173. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/_all.sass +4 -4
  174. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/columns.sass +504 -504
  175. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/tiles.sass +34 -34
  176. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/_all.sass +5 -5
  177. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/footer.sass +9 -9
  178. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/hero.sass +145 -145
  179. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/section.sass +13 -13
  180. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/_all.sass +8 -8
  181. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/animations.sass +5 -5
  182. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/controls.sass +50 -50
  183. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/derived-variables.sass +106 -106
  184. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/functions.sass +110 -110
  185. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/initial-variables.sass +77 -77
  186. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/mixins.sass +261 -261
  187. data/node_modules/bulma-block-list/package.json +56 -56
  188. data/node_modules/bulma-block-list/src/block-list.scss +108 -108
  189. data/node_modules/bulma-block-list/src/demo.scss +2 -2
  190. data/package-lock.json +28 -28
  191. data/package.json +20 -20
  192. metadata +16 -13
  193. data/_includes/hero.html +0 -11
  194. data/_includes/join.html +0 -30
  195. data/_includes/rating.html +0 -14
  196. data/_includes/review.html +0 -27
  197. data/_includes/share-buttons.html +0 -19
  198. data/_layouts/product-category.html +0 -42
  199. data/_layouts/product.html +0 -61
  200. data/_layouts/recipe.html +0 -98
  201. data/assets/css/highlight.css +0 -78
@@ -0,0 +1,126 @@
1
+ $orange: #e67e22;
2
+ $yellow: #ffcb00;
3
+ $green: #68d072;
4
+ $turquoise: #1abc9c;
5
+ $blue: #006eff;
6
+ $purple: #8e44ad;
7
+ $red: #e74c3c;
8
+ $white-ter: #ecf0f1;
9
+ $yellow-invert: #fff;
10
+ $white: #ffffff;
11
+ $grey-lighter: #dbdee0;
12
+ $grey-light: #8c9b9d;
13
+
14
+ $spacing-values: (
15
+ "none": 0,
16
+ "small": 10px,
17
+ "medium": 60px,
18
+ "large": 150px,
19
+ "negative-medium": -60px,
20
+ "negative-large": -150px,
21
+ );
22
+
23
+ $grey: darken($grey-light, 18);
24
+ $grey-dark: darken($grey, 18);
25
+ $grey-darker: darken($grey, 23);
26
+
27
+ $background: $white;
28
+ $primary: $blue !default;
29
+ $secondary: $yellow !default;
30
+ $dark: $grey-darker;
31
+ $link: $blue;
32
+ $info: lighten($blue, 15);
33
+
34
+ $family-sans-serif: "Barlow", "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", "Helvetica",
35
+ "Arial", sans-serif;
36
+ $family-monospace: "Inconsolata", "Consolas", "Monaco", monospace;
37
+
38
+ $radius-small: 3px;
39
+ $radius: 0.4em;
40
+ $radius-medium: 10px;
41
+ $radius-large: 20px;
42
+ $size-6: 15px;
43
+ $size-7: 0.85em;
44
+ $subtitle-color: $grey-dark;
45
+ $mention-weight: bold;
46
+ $mention-color: $link;
47
+
48
+ $border-width: 2px;
49
+ $border: $grey;
50
+
51
+ $hr-background-color: transparentize($dark, 0.9);
52
+ $hr-margin: 2rem 5%;
53
+ $hr-height: 1px;
54
+
55
+ $shadow-large: 0px 0px 60px transparentize($dark, 0.7);
56
+
57
+ $body-background-color: $background;
58
+ $body-size: 15px;
59
+
60
+ $footer-background-color: darken($background, 5);
61
+ $button-background-color: $dark;
62
+ $button-border-color: lighten($button-background-color, 15);
63
+
64
+ $box-color: $dark;
65
+ $box-background-color: $white;
66
+
67
+ $link-hover: lighten($link, 5);
68
+ $link-focus: darken($link, 5);
69
+ $link-active: darken($link, 5);
70
+ $link-focus-border: $grey-light;
71
+
72
+ $button-color: $primary;
73
+ $button-disabled-background-color: $grey-light;
74
+
75
+ $control-height: 2.5em;
76
+
77
+ $input-color: $grey-darker;
78
+ $input-icon-color: $grey;
79
+ $input-icon-active-color: $input-color;
80
+ $input-hover-color: $grey-light;
81
+ $input-disabled-background-color: $grey-light;
82
+ $input-disabled-border: $grey-lighter;
83
+
84
+ $table-head: $grey-lighter;
85
+ $table-background-color: $grey-dark;
86
+ $table-cell-border: 1px solid $grey;
87
+
88
+ $table-row-hover-background-color: $grey-darker;
89
+ $table-striped-row-even-background-color: $grey-darker;
90
+ $table-striped-row-even-hover-background-color: lighten($grey-darker, 2);
91
+
92
+ $pagination-color: $link;
93
+ $pagination-border-color: $border;
94
+
95
+ $navbar-height: 4rem;
96
+
97
+ $navbar-background-color: $white;
98
+ $navbar-item-color: $dark;
99
+ $navbar-item-hover-color: $link;
100
+ $navbar-item-hover-background-color: transparentize($link, 0.7);
101
+ $navbar-item-active-color: $info;
102
+ $navbar-dropdown-arrow: $link;
103
+ $navbar-divider-background-color: transparent;
104
+ $navbar-dropdown-border-top: 1px solid $navbar-divider-background-color;
105
+ $navbar-dropdown-background-color: $white !important;
106
+ $navbar-dropdown-item-hover-color: $grey-light;
107
+ $navbar-dropdown-item-hover-background-color: transparent;
108
+ $navbar-dropdown-item-active-background-color: transparent;
109
+ $navbar-dropdown-item-active-color: $link;
110
+ $dropdown-content-background-color: $white;
111
+
112
+ $progress-value-background-color: $grey-lighter;
113
+
114
+ $bulmaswatch-import-font: true !default;
115
+
116
+ $file-cta-background-color: $grey-darker;
117
+
118
+ $progress-bar-background-color: $grey-dark;
119
+
120
+ $panel-heading-background-color: $grey-dark;
121
+
122
+ $tabs-link-active-color: $primary;
123
+ $tabs-link-active-border-bottom-color: $primary;
124
+
125
+ $modal-content-width: 800px;
126
+ $hero-darken: $dark !default;
@@ -0,0 +1,71 @@
1
+ /*! Github Dark (Native mod) theme; http://blog.favrik.com/2011/02/22/preview-all-pygments-styles-for-your-code-highlighting-needs/#stylesheetNavigator */
2
+ .highlight, .highlight pre, .highlight table { background: #111 !important; color: #d0d0d0 !important; }
3
+ .highlight .hll { background-color: #404040 !important; }
4
+ .highlight .c { color: #3677a9 !important; } /* Comment */
5
+ .highlight .err { color: #a61717 !important; background-color: #311 !important; } /* Error */
6
+ .highlight .g { color: #d0d0d0 !important; } /* Generic */
7
+ .highlight .k { color: #ccc !important; } /* Keyword; catches prefixes and css3 */
8
+ .highlight .l { color: #d0d0d0 !important; } /* Literal */
9
+ .highlight .n, .highlight .h { color: #ccc !important; } /* Name */
10
+ .highlight .o { color: #777 !important; } /* Operator */
11
+ .highlight .x { color: #d0d0d0 !important; } /* Other */
12
+ .highlight .p { color: #E9B96E !important; } /* Punctuation */
13
+ .highlight .cm { color: #3677a9 !important; } /* Comment.Multiline */
14
+ .highlight .cp { color: #D2691E !important; } /* Comment.Preproc */
15
+ .highlight .c1 { color: #3677a9 !important; } /* Comment.Single */
16
+ .highlight .cs { color: #e50808 !important; background-color: #520000 !important; } /* Comment.Special */
17
+ .highlight .gd { color: #d22323 !important; } /* Generic.Deleted */
18
+ .highlight .ge { color: #d0d0d0 !important; } /* Generic.Emph */
19
+ .highlight .gr { color: #d22323 !important; } /* Generic.Error */
20
+ .highlight .gh { color: #ffffff !important; } /* Generic.Heading */
21
+ .highlight .gi { color: #589819 !important; } /* Generic.Inserted */
22
+ .highlight .go { color: #cccccc !important; } /* Generic.Output */
23
+ .highlight .gp { color: #aaaaaa !important; } /* Generic.Prompt */
24
+ .highlight .gs { color: #d0d0d0 !important; } /* Generic.Strong */
25
+ .highlight .gu { color: #ffffff !important; } /* Generic.Subheading */
26
+ .highlight .gt { color: #d22323 !important; } /* Generic.Traceback */
27
+ .highlight .kc { color: #6ab825 !important; } /* Keyword.Constant */
28
+ .highlight .kd { color: #6ab825 !important; } /* Keyword.Declaration */
29
+ .highlight .kn { color: #6ab825 !important; } /* Keyword.Namespace */
30
+ .highlight .kp { color: #6ab825 !important; } /* Keyword.Pseudo */
31
+ .highlight .kr { color: #6ab825 !important; } /* Keyword.Reserved */
32
+ .highlight .kt { color: #6ab825 !important; } /* Keyword.Type */
33
+ .highlight .ld { color: #d0d0d0 !important; } /* Literal.Date */
34
+ .highlight .m { color: #cd2828 !important; } /* Literal.Number */
35
+ .highlight .s { color: #D2691E !important; } /* Literal.String */
36
+ .highlight .na { color: #bbbbbb !important; } /* Name.Attribute */
37
+ .highlight .nb { color: #24909d !important; } /* Name.Builtin */
38
+ .highlight .nc { color: #447fcf !important; } /* Name.Class */
39
+ .highlight .no { color: #4ca !important; } /* Name.Constant */
40
+ .highlight .nd { color: #ffa500 !important; } /* Name.Decorator */
41
+ .highlight .ni { color: #d0d0d0 !important; } /* Name.Entity */
42
+ .highlight .ne { color: #bbbbbb !important; } /* Name.Exception */
43
+ .highlight .nf { color: #098 !important; } /* Name.Function */
44
+ .highlight .nl { color: #d0d0d0 !important; } /* Name.Label */
45
+ .highlight .nn { color: #447fcf !important; } /* Name.Namespace */
46
+ .highlight .nx { color: #d0d0d0 !important; } /* Name.Other */
47
+ .highlight .py { color: #d0d0d0 !important; } /* Name.Property */
48
+ .highlight .nt { color: #6ab825 !important; } /* Name.Tag */
49
+ .highlight .nv { color: #4ca !important; } /* Name.Variable */
50
+ .highlight .ow { color: #6ab825 !important; } /* Operator.Word */
51
+ .highlight .w { color: #666666 !important; } /* Text.Whitespace */
52
+ .highlight .mf { color: #cd2828 !important; } /* Literal.Number.Float */
53
+ .highlight .mh { color: #cd2828 !important; } /* Literal.Number.Hex */
54
+ .highlight .mi { color: #cd2828 !important; } /* Literal.Number.Integer */
55
+ .highlight .mo { color: #cd2828 !important; } /* Literal.Number.Oct */
56
+ .highlight .sb { color: #D2691E !important; } /* Literal.String.Backtick */
57
+ .highlight .sc { color: #D2691E !important; } /* Literal.String.Char */
58
+ .highlight .sd { color: #D2691E !important; } /* Literal.String.Doc */
59
+ .highlight .s2 { color: #D2691E !important; } /* Literal.String.Double */
60
+ .highlight .se { color: #D2691E !important; } /* Literal.String.Escape */
61
+ .highlight .sh { color: #D2691E !important; } /* Literal.String.Heredoc */
62
+ .highlight .si { color: #D2691E !important; } /* Literal.String.Interpol */
63
+ .highlight .sx { color: #ffa500 !important; } /* Literal.String.Other */
64
+ .highlight .sr { color: #cd2828 !important; } /* Literal.String.Regex */
65
+ .highlight .s1 { color: #D2691E !important; } /* Literal.String.Single */
66
+ .highlight .ss { color: #D2691E !important; } /* Literal.String.Symbol */
67
+ .highlight .bp { color: #24909d !important; } /* Name.Builtin.Pseudo */
68
+ .highlight .vc { color: #4ca !important; } /* Name.Variable.Class */
69
+ .highlight .vg { color: #4ca !important; } /* Name.Variable.Global */
70
+ .highlight .vi { color: #4ca !important; } /* Name.Variable.Instance */
71
+ .highlight .il { color: #cd2828 !important; } /* Literal.Number.Integer.Long */
@@ -0,0 +1,259 @@
1
+ .highlight {
2
+ background: #202020;
3
+ color: #d0d0d0;
4
+
5
+ .hll {
6
+ background-color: #404040;
7
+ }
8
+ .c {
9
+ color: #999999;
10
+ font-style: italic;
11
+ } /* Comment */
12
+ .err {
13
+ color: #a61717;
14
+ background-color: #e3d2d2;
15
+ } /* Error */
16
+ .esc {
17
+ color: #d0d0d0;
18
+ } /* Escape */
19
+ .g {
20
+ color: #d0d0d0;
21
+ } /* Generic */
22
+ .k {
23
+ color: #6ab825;
24
+ font-weight: bold;
25
+ } /* Keyword */
26
+ .l {
27
+ color: #d0d0d0;
28
+ } /* Literal */
29
+ .n {
30
+ color: #d0d0d0;
31
+ } /* Name */
32
+ .o {
33
+ color: #d0d0d0;
34
+ } /* Operator */
35
+ .x {
36
+ color: #d0d0d0;
37
+ } /* Other */
38
+ .p {
39
+ color: #d0d0d0;
40
+ } /* Punctuation */
41
+ .ch {
42
+ color: #999999;
43
+ font-style: italic;
44
+ } /* Comment.Hashbang */
45
+ .cm {
46
+ color: #999999;
47
+ font-style: italic;
48
+ } /* Comment.Multiline */
49
+ .cp {
50
+ color: #cd2828;
51
+ font-weight: bold;
52
+ } /* Comment.Preproc */
53
+ .cpf {
54
+ color: #999999;
55
+ font-style: italic;
56
+ } /* Comment.PreprocFile */
57
+ .c1 {
58
+ color: #999999;
59
+ font-style: italic;
60
+ } /* Comment.Single */
61
+ .cs {
62
+ color: #e50808;
63
+ font-weight: bold;
64
+ background-color: #520000;
65
+ } /* Comment.Special */
66
+ .gd {
67
+ color: #d22323;
68
+ } /* Generic.Deleted */
69
+ .ge {
70
+ color: #d0d0d0;
71
+ font-style: italic;
72
+ } /* Generic.Emph */
73
+ .gr {
74
+ color: #d22323;
75
+ } /* Generic.Error */
76
+ .gh {
77
+ color: #ffffff;
78
+ font-weight: bold;
79
+ } /* Generic.Heading */
80
+ .gi {
81
+ color: #589819;
82
+ } /* Generic.Inserted */
83
+ .go {
84
+ color: #cccccc;
85
+ } /* Generic.Output */
86
+ .gp {
87
+ color: #aaaaaa;
88
+ } /* Generic.Prompt */
89
+ .gs {
90
+ color: #d0d0d0;
91
+ font-weight: bold;
92
+ } /* Generic.Strong */
93
+ .gu {
94
+ color: #ffffff;
95
+ text-decoration: underline;
96
+ } /* Generic.Subheading */
97
+ .gt {
98
+ color: #d22323;
99
+ } /* Generic.Traceback */
100
+ .kc {
101
+ color: #6ab825;
102
+ font-weight: bold;
103
+ } /* Keyword.Constant */
104
+ .kd {
105
+ color: #6ab825;
106
+ font-weight: bold;
107
+ } /* Keyword.Declaration */
108
+ .kn {
109
+ color: #6ab825;
110
+ font-weight: bold;
111
+ } /* Keyword.Namespace */
112
+ .kp {
113
+ color: #6ab825;
114
+ } /* Keyword.Pseudo */
115
+ .kr {
116
+ color: #6ab825;
117
+ font-weight: bold;
118
+ } /* Keyword.Reserved */
119
+ .kt {
120
+ color: #6ab825;
121
+ font-weight: bold;
122
+ } /* Keyword.Type */
123
+ .ld {
124
+ color: #d0d0d0;
125
+ } /* Literal.Date */
126
+ .m {
127
+ color: #3677a9;
128
+ } /* Literal.Number */
129
+ .s {
130
+ color: #ed9d13;
131
+ } /* Literal.String */
132
+ .na {
133
+ color: #bbbbbb;
134
+ } /* Name.Attribute */
135
+ .nb {
136
+ color: #24909d;
137
+ } /* Name.Builtin */
138
+ .nc {
139
+ color: #447fcf;
140
+ text-decoration: underline;
141
+ } /* Name.Class */
142
+ .no {
143
+ color: #40ffff;
144
+ } /* Name.Constant */
145
+ .nd {
146
+ color: #ffa500;
147
+ } /* Name.Decorator */
148
+ .ni {
149
+ color: #d0d0d0;
150
+ } /* Name.Entity */
151
+ .ne {
152
+ color: #bbbbbb;
153
+ } /* Name.Exception */
154
+ .nf {
155
+ color: #447fcf;
156
+ } /* Name.Function */
157
+ .nl {
158
+ color: #d0d0d0;
159
+ } /* Name.Label */
160
+ .nn {
161
+ color: #447fcf;
162
+ text-decoration: underline;
163
+ } /* Name.Namespace */
164
+ .nx {
165
+ color: #d0d0d0;
166
+ } /* Name.Other */
167
+ .py {
168
+ color: #d0d0d0;
169
+ } /* Name.Property */
170
+ .nt {
171
+ color: #6ab825;
172
+ font-weight: bold;
173
+ } /* Name.Tag */
174
+ .nv {
175
+ color: #40ffff;
176
+ } /* Name.Variable */
177
+ .ow {
178
+ color: #6ab825;
179
+ font-weight: bold;
180
+ } /* Operator.Word */
181
+ .w {
182
+ color: #666666;
183
+ } /* Text.Whitespace */
184
+ .mb {
185
+ color: #3677a9;
186
+ } /* Literal.Number.Bin */
187
+ .mf {
188
+ color: #3677a9;
189
+ } /* Literal.Number.Float */
190
+ .mh {
191
+ color: #3677a9;
192
+ } /* Literal.Number.Hex */
193
+ .mi {
194
+ color: #3677a9;
195
+ } /* Literal.Number.Integer */
196
+ .mo {
197
+ color: #3677a9;
198
+ } /* Literal.Number.Oct */
199
+ .sa {
200
+ color: #ed9d13;
201
+ } /* Literal.String.Affix */
202
+ .sb {
203
+ color: #ed9d13;
204
+ } /* Literal.String.Backtick */
205
+ .sc {
206
+ color: #ed9d13;
207
+ } /* Literal.String.Char */
208
+ .dl {
209
+ color: #ed9d13;
210
+ } /* Literal.String.Delimiter */
211
+ .sd {
212
+ color: #ed9d13;
213
+ } /* Literal.String.Doc */
214
+ .s2 {
215
+ color: #ed9d13;
216
+ } /* Literal.String.Double */
217
+ .se {
218
+ color: #ed9d13;
219
+ } /* Literal.String.Escape */
220
+ .sh {
221
+ color: #ed9d13;
222
+ } /* Literal.String.Heredoc */
223
+ .si {
224
+ color: #ed9d13;
225
+ } /* Literal.String.Interpol */
226
+ .sx {
227
+ color: #ffa500;
228
+ } /* Literal.String.Other */
229
+ .sr {
230
+ color: #ed9d13;
231
+ } /* Literal.String.Regex */
232
+ .s1 {
233
+ color: #ed9d13;
234
+ } /* Literal.String.Single */
235
+ .ss {
236
+ color: #ed9d13;
237
+ } /* Literal.String.Symbol */
238
+ .bp {
239
+ color: #24909d;
240
+ } /* Name.Builtin.Pseudo */
241
+ .fm {
242
+ color: #447fcf;
243
+ } /* Name.Function.Magic */
244
+ .vc {
245
+ color: #40ffff;
246
+ } /* Name.Variable.Class */
247
+ .vg {
248
+ color: #40ffff;
249
+ } /* Name.Variable.Global */
250
+ .vi {
251
+ color: #40ffff;
252
+ } /* Name.Variable.Instance */
253
+ .vm {
254
+ color: #40ffff;
255
+ } /* Name.Variable.Magic */
256
+ .il {
257
+ color: #3677a9;
258
+ } /* Literal.Number.Integer.Long */
259
+ }
data/assets/css/app.scss CHANGED
@@ -2,156 +2,17 @@
2
2
  ---
3
3
 
4
4
  ////////////////////////////////////////////////
5
- // start2impact //
5
+ // Custom Theme //
6
6
  ////////////////////////////////////////////////
7
7
 
8
- $orange: #e67e22;
9
- $yellow: #FFCB00;
10
- $green: #68D072;
11
- $turquoise: #1abc9c;
12
- $blue: #006eff;
13
- $purple: #8e44ad;
14
- $red: #e74c3c;
15
- $white-ter: #ecf0f1;
16
- $yellow-invert: #fff;
17
- $white: #ffffff;
18
- $grey-lighter: #dbdee0;
19
- $grey-light: #8c9b9d;
8
+ // This imports all the resources that need to be downloaded over the internet (such as: fonts, stylesheets, etc.)
9
+ @import "external";
10
+ @import "variables";
20
11
 
21
- $spacing-values: ("none": 0, "small": 10px, "medium": 60px, "large": 150px, "negative-medium": -60px, "negative-large": -150px);
12
+ // Your custom variables/rules/anything goes here
22
13
 
14
+ // Choose your syntax-highlight theme here
15
+ @import "highlight/dark";
23
16
 
24
- $grey: darken($grey-light, 18);
25
- $grey-dark: darken($grey, 18);
26
- $grey-darker: darken($grey, 23);
27
-
28
- $background: $white;
29
- $primary: $blue !default;
30
- $secondary: $yellow !default;
31
- $dark: $grey-darker;
32
- $link: $blue;
33
- $info: lighten($blue, 15);
34
-
35
- $family-sans-serif: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI",
36
- "Helvetica Neue", "Helvetica", "Arial", sans-serif;
37
- $family-monospace: "Inconsolata", "Consolas", "Monaco", monospace;
38
-
39
- $radius-small: 3px;
40
- $radius: 0.4em;
41
- $radius-large: 20px;
42
- $size-6: 15px;
43
- $size-7: 0.85em;
44
- $subtitle-color: $grey-dark;
45
- $mention-weight: bold;
46
- $mention-color: $link;
47
-
48
- $border-width: 2px;
49
- $border: $grey;
50
-
51
- $hr-background-color: transparentize($dark, 0.9);
52
- $hr-margin: 2rem 5%;
53
- $hr-height: 1px;
54
-
55
- $shadow-large: 0px 0px 60px transparentize($dark, 0.7);
56
-
57
- $body-background-color: $background;
58
- $body-size: 15px;
59
-
60
- $footer-background-color: darken($background, 5);
61
- $button-background-color: $dark;
62
- $button-border-color: lighten($button-background-color, 15);
63
-
64
- $box-color: $dark;
65
- $box-background-color: $white;
66
-
67
- $link-hover: lighten($link, 5);
68
- $link-focus: darken($link, 5);
69
- $link-active: darken($link, 5);
70
- $link-focus-border: $grey-light;
71
-
72
- $button-color: $primary;
73
- $button-disabled-background-color: $grey-light;
74
-
75
- $control-height: 2.5em;
76
-
77
- $input-color: $grey-darker;
78
- $input-icon-color: $grey;
79
- $input-icon-active-color: $input-color;
80
- $input-hover-color: $grey-light;
81
- $input-disabled-background-color: $grey-light;
82
- $input-disabled-border: $grey-lighter;
83
-
84
- $table-head: $grey-lighter;
85
- $table-background-color: $grey-dark;
86
- $table-cell-border: 1px solid $grey;
87
-
88
- $table-row-hover-background-color: $grey-darker;
89
- $table-striped-row-even-background-color: $grey-darker;
90
- $table-striped-row-even-hover-background-color: lighten($grey-darker, 2);
91
-
92
- $pagination-color: $link;
93
- $pagination-border-color: $border;
94
-
95
- $navbar-height: 4rem;
96
-
97
- $navbar-background-color: $dark !important;
98
- $navbar-item-color: $white;
99
- $navbar-item-hover-color: $link;
100
- $navbar-item-hover-background-color: transparent;
101
- $navbar-item-active-color: $secondary;
102
- $navbar-dropdown-arrow: $white;
103
- $navbar-divider-background-color: rgba(0, 0, 0, 0.2);
104
- $navbar-dropdown-border-top: 1px solid $navbar-divider-background-color;
105
- $navbar-dropdown-background-color: $dark !important;
106
- $navbar-dropdown-item-hover-color: $grey-light;
107
- $navbar-dropdown-item-hover-background-color: transparent;
108
- $navbar-dropdown-item-active-background-color: transparent;
109
- $navbar-dropdown-item-active-color: $link;
110
-
111
- $dropdown-content-background-color: $white;
112
-
113
- $progress-value-background-color: $grey-lighter;
114
-
115
- $bulmaswatch-import-font: true !default;
116
-
117
- $file-cta-background-color: $grey-darker;
118
-
119
- $progress-bar-background-color: $grey-dark;
120
-
121
- $panel-heading-background-color: $grey-dark;
122
-
123
- .user-mention {
124
- font-weight: $mention-weight;
125
- color: $mention-color;
126
- }
127
-
128
- .pagination-previous, .pagination-next {
129
- &[disabled] {
130
- background-color: $link !important;
131
- color: $white !important;
132
- border: none !important;
133
- }
134
- }
135
-
136
- .is-dark {
137
- &.box {
138
- background-color: $dark !important;
139
- color: $white;
140
- }
141
- }
142
-
143
- .thumbnail {
144
- width: 100%;
145
- }
146
-
147
- .is-rounded {
148
- border-radius: $radius-large !important;
149
- }
150
-
151
- .has-shadow {
152
- box-shadow: $shadow-large !important;
153
- }
154
-
155
- @import "highlight.css";
156
-
17
+ // Import the main stylesheet in order for the theme to work.
157
18
  @import "main";
data/blog/index.html CHANGED
@@ -1,6 +1,8 @@
1
1
  ---
2
- title: Aggiornamenti
2
+ title: Blog
3
3
  layout: blog
4
4
  show_sidebar: false
5
- hero_height: is-small
5
+ banner_height: is-small
6
+ banner_style: is-primary
7
+ banner_darken: false
6
8
  ---