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
@@ -1,109 +1,109 @@
1
- @charset "utf-8";
2
-
3
- $block-list-separator: 0.25rem !default;
4
- $block-list-highlight-width: 5px !default;
5
-
6
- .content {
7
- ul.block-list {
8
- list-style: none;
9
- margin-left: 0;
10
- }
11
- }
12
-
13
- .block-list {
14
- list-style: none;
15
-
16
- li {
17
- padding: ($gap / 2);
18
- background: $light;
19
- margin-bottom: $block-list-separator;
20
- }
21
-
22
- li.is-left,
23
- &.is-left > li {
24
- text-align: left;
25
- }
26
-
27
-
28
- li.is-centered,
29
- &.is-centered > li {
30
- text-align: center;
31
- }
32
-
33
- li.is-right,
34
- &.is-right > li {
35
- text-align: right;
36
- }
37
-
38
- li.is-small,
39
- &.is-small > li {
40
- font-size: $small-font-size;
41
- padding: ($gap / 3);
42
- }
43
-
44
- li.is-normal,
45
- &.is-normal > li {
46
- font-size: $body-font-size;
47
- }
48
-
49
- li.is-large,
50
- &.is-large > li {
51
- font-size: $size-large;
52
- }
53
-
54
- li.has-radius,
55
- &.has-radius > li {
56
- border-radius: $radius;
57
- }
58
-
59
- li.is-highlighted,
60
- &.is-highlighted > li {
61
- border-left: $block-list-highlight-width $dark solid;
62
- }
63
-
64
- @mixin outlined($color) {
65
- background: transparent;
66
- color: $color;
67
- border: 1px solid $color;
68
- }
69
-
70
- li.is-outlined,
71
- &.is-outlined > li {
72
- @include outlined($border);
73
- color: $text;
74
- }
75
-
76
- @each $name, $pair in $colors {
77
-
78
- $color: nth($pair, 1);
79
- $color-invert: nth($pair, 2);
80
-
81
- li.is-#{$name},
82
- &.is-#{$name} > li {
83
- background: $color;
84
- color: $color-invert;
85
- }
86
-
87
- li.is-#{$name}.is-outlined {
88
- @include outlined($color);
89
- }
90
-
91
- li.is-#{$name}.is-highlighted {
92
- @include outlined($color);
93
- border-left: $block-list-highlight-width $color solid;
94
- }
95
-
96
- &.is-#{$name} {
97
- li.is-outlined,
98
- &.is-outlined > li {
99
- @include outlined($color);
100
- }
101
-
102
- li.is-highlighted,
103
- &.is-highlighted > li {
104
- @include outlined($color);
105
- border-left: $block-list-highlight-width $color solid;
106
- }
107
- }
108
- }
1
+ @charset "utf-8";
2
+
3
+ $block-list-separator: 0.25rem !default;
4
+ $block-list-highlight-width: 5px !default;
5
+
6
+ .content {
7
+ ul.block-list {
8
+ list-style: none;
9
+ margin-left: 0;
10
+ }
11
+ }
12
+
13
+ .block-list {
14
+ list-style: none;
15
+
16
+ li {
17
+ padding: ($gap / 2);
18
+ background: $light;
19
+ margin-bottom: $block-list-separator;
20
+ }
21
+
22
+ li.is-left,
23
+ &.is-left > li {
24
+ text-align: left;
25
+ }
26
+
27
+
28
+ li.is-centered,
29
+ &.is-centered > li {
30
+ text-align: center;
31
+ }
32
+
33
+ li.is-right,
34
+ &.is-right > li {
35
+ text-align: right;
36
+ }
37
+
38
+ li.is-small,
39
+ &.is-small > li {
40
+ font-size: $small-font-size;
41
+ padding: ($gap / 3);
42
+ }
43
+
44
+ li.is-normal,
45
+ &.is-normal > li {
46
+ font-size: $body-font-size;
47
+ }
48
+
49
+ li.is-large,
50
+ &.is-large > li {
51
+ font-size: $size-large;
52
+ }
53
+
54
+ li.has-radius,
55
+ &.has-radius > li {
56
+ border-radius: $radius;
57
+ }
58
+
59
+ li.is-highlighted,
60
+ &.is-highlighted > li {
61
+ border-left: $block-list-highlight-width $dark solid;
62
+ }
63
+
64
+ @mixin outlined($color) {
65
+ background: transparent;
66
+ color: $color;
67
+ border: 1px solid $color;
68
+ }
69
+
70
+ li.is-outlined,
71
+ &.is-outlined > li {
72
+ @include outlined($border);
73
+ color: $text;
74
+ }
75
+
76
+ @each $name, $pair in $colors {
77
+
78
+ $color: nth($pair, 1);
79
+ $color-invert: nth($pair, 2);
80
+
81
+ li.is-#{$name},
82
+ &.is-#{$name} > li {
83
+ background: $color;
84
+ color: $color-invert;
85
+ }
86
+
87
+ li.is-#{$name}.is-outlined {
88
+ @include outlined($color);
89
+ }
90
+
91
+ li.is-#{$name}.is-highlighted {
92
+ @include outlined($color);
93
+ border-left: $block-list-highlight-width $color solid;
94
+ }
95
+
96
+ &.is-#{$name} {
97
+ li.is-outlined,
98
+ &.is-outlined > li {
99
+ @include outlined($color);
100
+ }
101
+
102
+ li.is-highlighted,
103
+ &.is-highlighted > li {
104
+ @include outlined($color);
105
+ border-left: $block-list-highlight-width $color solid;
106
+ }
107
+ }
108
+ }
109
109
  }
@@ -1,3 +1,3 @@
1
- @charset "utf-8";
2
- @import "node_modules/bulma/bulma";
1
+ @charset "utf-8";
2
+ @import "node_modules/bulma/bulma";
3
3
  @import "block-list.scss";
data/package-lock.json CHANGED
@@ -1,28 +1,28 @@
1
- {
2
- "name": "jekyll-theme-opentoolbox",
3
- "version": "1.0.0",
4
- "lockfileVersion": 1,
5
- "requires": true,
6
- "dependencies": {
7
- "bulma": {
8
- "version": "0.9.3",
9
- "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.3.tgz",
10
- "integrity": "sha512-0d7GNW1PY4ud8TWxdNcP6Cc8Bu7MxcntD/RRLGWuiw/s0a9P+XlH/6QoOIrmbj6o8WWJzJYhytiu9nFjTszk1g=="
11
- },
12
- "bulma-block-list": {
13
- "version": "0.4.2",
14
- "resolved": "https://registry.npmjs.org/bulma-block-list/-/bulma-block-list-0.4.2.tgz",
15
- "integrity": "sha512-WxcGcxNFa6ZrF/CIR7uETLHJVwnFemKuTS5hI3CMn5hJ2PONp2WghldBGlINzxrj6jcf89cyE/YoEEtKUxYJcw==",
16
- "requires": {
17
- "bulma": "^0.8.0"
18
- },
19
- "dependencies": {
20
- "bulma": {
21
- "version": "0.8.2",
22
- "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.8.2.tgz",
23
- "integrity": "sha512-vMM/ijYSxX+Sm+nD7Lmc1UgWDy2JcL2nTKqwgEqXuOMU+IGALbXd5MLt/BcjBAPLIx36TtzhzBcSnOP974gcqA=="
24
- }
25
- }
26
- }
27
- }
28
- }
1
+ {
2
+ "name": "jekyll-theme-opentoolbox",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 1,
5
+ "requires": true,
6
+ "dependencies": {
7
+ "bulma": {
8
+ "version": "0.9.3",
9
+ "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.9.3.tgz",
10
+ "integrity": "sha512-0d7GNW1PY4ud8TWxdNcP6Cc8Bu7MxcntD/RRLGWuiw/s0a9P+XlH/6QoOIrmbj6o8WWJzJYhytiu9nFjTszk1g=="
11
+ },
12
+ "bulma-block-list": {
13
+ "version": "0.4.2",
14
+ "resolved": "https://registry.npmjs.org/bulma-block-list/-/bulma-block-list-0.4.2.tgz",
15
+ "integrity": "sha512-WxcGcxNFa6ZrF/CIR7uETLHJVwnFemKuTS5hI3CMn5hJ2PONp2WghldBGlINzxrj6jcf89cyE/YoEEtKUxYJcw==",
16
+ "requires": {
17
+ "bulma": "^0.8.0"
18
+ },
19
+ "dependencies": {
20
+ "bulma": {
21
+ "version": "0.8.2",
22
+ "resolved": "https://registry.npmjs.org/bulma/-/bulma-0.8.2.tgz",
23
+ "integrity": "sha512-vMM/ijYSxX+Sm+nD7Lmc1UgWDy2JcL2nTKqwgEqXuOMU+IGALbXd5MLt/BcjBAPLIx36TtzhzBcSnOP974gcqA=="
24
+ }
25
+ }
26
+ }
27
+ }
28
+ }
data/package.json CHANGED
@@ -1,20 +1,20 @@
1
- {
2
- "name": "jekyll-theme-opentoolbox",
3
- "description": "A flexible, compact and automatic theme.",
4
- "version": "1.0.0",
5
- "main": "index.js",
6
- "devDependencies": {},
7
- "scripts": {
8
- "test": "echo \"Error: no test specified\" && exit 1"
9
- },
10
- "author": {
11
- "name": "Mattia Sinisi",
12
- "email": "mattia@snisni.it",
13
- "url": "https://mattia.codes"
14
- },
15
- "license": "AGPL-3.0",
16
- "dependencies": {
17
- "bulma": "^0.9.1",
18
- "bulma-block-list": "^0.4.1"
19
- }
20
- }
1
+ {
2
+ "name": "jekyll-theme-opentoolbox",
3
+ "description": "A flexible, compact and automatic theme.",
4
+ "version": "1.0.0",
5
+ "main": "index.js",
6
+ "devDependencies": {},
7
+ "scripts": {
8
+ "test": "echo \"Error: no test specified\" && exit 1"
9
+ },
10
+ "author": {
11
+ "name": "Mattia Sinisi",
12
+ "email": "mattia@snisni.it",
13
+ "url": "https://mattia.codes"
14
+ },
15
+ "license": "AGPL-3.0",
16
+ "dependencies": {
17
+ "bulma": "^0.9.1",
18
+ "bulma-block-list": "^0.4.1"
19
+ }
20
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-opentoolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.8
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mattia Sinisi
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2021-07-20 00:00:00.000000000 Z
12
+ date: 2021-09-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -218,6 +218,8 @@ files:
218
218
  - README.md
219
219
  - _includes/banner.html
220
220
  - _includes/callouts.html
221
+ - _includes/contribute.html
222
+ - _includes/credits.html
221
223
  - _includes/disqus.html
222
224
  - _includes/footer-scripts.html
223
225
  - _includes/footer.html
@@ -226,18 +228,18 @@ files:
226
228
  - _includes/head-scripts.html
227
229
  - _includes/head.html
228
230
  - _includes/header.html
229
- - _includes/hero.html
231
+ - _includes/icon.html
230
232
  - _includes/image-modal.html
231
- - _includes/join.html
233
+ - _includes/important-message.html
232
234
  - _includes/latest-posts.html
233
235
  - _includes/menubar.html
234
236
  - _includes/notification.html
235
237
  - _includes/pagination.html
236
238
  - _includes/post-card.html
237
- - _includes/rating.html
238
- - _includes/review.html
239
- - _includes/share-buttons.html
239
+ - _includes/section-divider.html
240
+ - _includes/setup.html
240
241
  - _includes/showcase.html
242
+ - _includes/simple_banner.html
241
243
  - _includes/sponsors.html
242
244
  - _includes/sub-pages.html
243
245
  - _includes/subscribe.html
@@ -246,21 +248,22 @@ files:
246
248
  - _includes/toc.html
247
249
  - _includes/vimeo.html
248
250
  - _includes/youtube.html
251
+ - _layouts/base.html
249
252
  - _layouts/blog.html
250
253
  - _layouts/default.html
251
254
  - _layouts/page.html
252
255
  - _layouts/post.html
253
- - _layouts/product-category.html
254
- - _layouts/product.html
255
- - _layouts/recipe.html
256
256
  - _layouts/resource.html
257
257
  - _posts/2021-03-24-hello.md
258
+ - _sass/_external.scss
258
259
  - _sass/_layout.scss
259
260
  - _sass/_main.scss
260
261
  - _sass/_showcase.scss
261
- - _sass/syntax.scss
262
+ - _sass/_syntax.scss
263
+ - _sass/_variables.scss
264
+ - _sass/highlight/_dark.scss
265
+ - _sass/highlight/_light.scss
262
266
  - assets/css/app.scss
263
- - assets/css/highlight.css
264
267
  - assets/js/app.js
265
268
  - blog/index.html
266
269
  - node_modules/bulma-block-list/LICENSE.txt
@@ -418,7 +421,7 @@ homepage: http://the.opentoolbox.online
418
421
  licenses: []
419
422
  metadata:
420
423
  homepage_uri: http://the.opentoolbox.online
421
- source_code_uri: https://github.com/opentoolbox/template
424
+ source_code_uri: https://github.com/opentoolbox/theme
422
425
  post_install_message:
423
426
  rdoc_options: []
424
427
  require_paths:
data/_includes/hero.html DELETED
@@ -1,11 +0,0 @@
1
- <section class="hero {% if page.hero_height %} {{ page.hero_height }} {% else %} is-medium {% endif %} is-bold is-primary" {% if page.hero_image %} style="background: url('{{ page.hero_image }}') no-repeat center center; background-size: cover;" {% endif %}>
2
- <div class="hero-body {% if page.hero_darken %} hero-darken {% endif %}">
3
- <div class="container">
4
- <h1 class="title is-1">{{ page.title }}</h1>
5
- <p class="subtitle is-3">{{ page.subtitle }}</p>
6
- {% if page.hero_link %}
7
- <a href="{{ page.hero_link | relative_url }}" class="button {%if page.hero_link_style %} {{ page.hero_link_style }} {% else %} is-light {% endif %} is-outlined is-rounded is-medium">{{ page.hero_link_text }}</a>
8
- {% endif %}
9
- </div>
10
- </div>
11
- </section>
data/_includes/join.html DELETED
@@ -1,30 +0,0 @@
1
- <div class="columns is-desktop">
2
- <div class="column">
3
- <div class="card">
4
- <div class="card-content">
5
- <h5>Trovato errori o argomenti mancanti?</h5>
6
-
7
- <p>Questo sito è completamente <strong>open source</strong>, quindi mandaci pure le tue modifiche e contribuisci al progetto!</p>
8
- </div>
9
-
10
- <div class="card-footer">
11
- <a class="card-footer-item" href="{{site.collaboration_links.issues}}">Apri issue</a>
12
- <a class="card-footer-item" href="{{site.collaboration_links.pull_requests}}">Apri pull request</a>
13
- </div>
14
- </div>
15
- </div>
16
-
17
- <div class="column">
18
- <div class="card">
19
- <div class="card-content">
20
- <h5>Hai delle domande?</h5>
21
-
22
- <p>Se hai dei problemi con un tool, un framework o una libreria proposta apri o partecipa ad una discussione con il resto della community.</p>
23
- </div>
24
-
25
- <div class="card-footer">
26
- <a class="card-footer-item" href="{{site.collaboration_links.discussions}}">Partecipa alle discussioni</a>
27
- </div>
28
- </div>
29
- </div>
30
- </div>
@@ -1,14 +0,0 @@
1
-
2
- <div class="content {% if include.align %} {{ include.align }} {% else %} has-text-centered {% endif %}">
3
- {% for num in (1..include.rating) %}
4
- <span class="icon">
5
- <i class="fas fa-star"></i>
6
- </span>
7
- {% endfor %}
8
- {% assign remainder = 5 | minus: include.rating %}
9
- {% for num in (1..remainder) %}
10
- <span class="icon">
11
- <i class="far fa-star"></i>
12
- </span>
13
- {% endfor %}
14
- </div>
@@ -1,27 +0,0 @@
1
- <article class="media">
2
- <figure class="media-left">
3
- {% if review.avatar %}
4
- <p class="image is-48x48">
5
- <img src="https://bulma.io/images/placeholders/128x128.png">
6
- </p>
7
- {% else %}
8
- <div class="icon is-large">
9
- <i class="fas fa-user fa-2x"></i>
10
- </div>
11
- {% endif %}
12
- </figure>
13
- <div class="media-content">
14
- <div class="content">
15
- <p>
16
- <strong>{{ review.name }}</strong> <small>{{ review.date }}</small>
17
- <br>
18
- {{ review.title }}
19
- <br>
20
- {{ review.description }}
21
- </p>
22
- </div>
23
- {% if review.rating %}
24
- {% include rating.html rating=review.rating align="has-text-left" %}
25
- {% endif %}
26
- </div>
27
- </article>
@@ -1,19 +0,0 @@
1
- <p><strong>Share</strong></p>
2
- <div class="buttons {% if include.centered %} is-centered {% endif %}">
3
- <a class="button is-medium is-facebook"
4
- onclick="window.open('https://www.facebook.com/share.php?u={{ site.url }}{{ page.url | prepend: site.baseurl }}');">
5
- <span class="icon"><i class="fab fa-facebook fa-lg"></i></span>
6
- </a>
7
- <a class="button is-medium is-twitter"
8
- onclick="window.open('https://twitter.com/intent/tweet?text={{ site.url }}{{ page.url | prepend: site.baseurl }}');">
9
- <span class="icon"><i class="fab fa-twitter fa-lg"></i></span>
10
- </a>
11
- <a class="button is-medium is-linkedin"
12
- onclick="window.open('https://www.linkedin.com/shareArticle?mini=true&url={{ site.url }}{{ page.url | prepend: site.baseurl }}&title={{ page.title | url_encode }}&summary=&source=');">
13
- <span class="icon"><i class="fab fa-linkedin fa-lg"></i></span>
14
- </a>
15
- <a class="button is-medium is-reddit"
16
- onclick="window.open('https://reddit.com/submit?url={{ site.url }}{{ page.url | prepend: site.baseurl }}');">
17
- <span class="icon"><i class="fab fa-reddit fa-lg"></i></span>
18
- </a>
19
- </div>
@@ -1,42 +0,0 @@
1
- ---
2
- layout: default
3
- show_sidebar: false
4
- ---
5
-
6
- <div class="columns is-multiline">
7
-
8
- <div class="column is-12">
9
- {{ page.content }}
10
- </div>
11
-
12
- {% assign sorted_products = site.products | sort:page.sort %}
13
-
14
- {% for product in sorted_products %}
15
- <div class="column is-4-desktop is-6-tablet">
16
-
17
- <a href="{{ product.url | relative_url }}">
18
-
19
- <div class="card">
20
-
21
- {% if product.image %}
22
- <div class="card-image">
23
- <figure class="image is-4by3">
24
- <img src="{{ product.image }}" alt="{{ product.title }}" />
25
- </figure>
26
- </div>
27
- {% endif %}
28
- <div class="card-content">
29
-
30
- <p class="title is-4">{{ product.title }}</h2>
31
- <p class="subtitle is-4">{{ product.subtitle }}</p>
32
- <p class="title is-5 has-text-right">{{ product.price }}</p>
33
-
34
- </div>
35
- </div>
36
-
37
- </a>
38
-
39
- </div>
40
- {% endfor %}
41
- </div>
42
-
@@ -1,61 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- <div class="columns is-multiline">
6
-
7
- <div class="column is-6">
8
- <figure class="image is-4by3">
9
- <img src="{{ page.image }}" />
10
- </figure>
11
- </div>
12
-
13
- <div class="column is-6">
14
- <p class="title is-3">{{ page.title }}</p>
15
- <p class="subtitle is-3">{{ page.subtitle }}</p>
16
- <p class="title is-4 has-text-right">{{ page.price }}</p>
17
- {% if page.product_code %}
18
- <p class="subtitle is-5 has-text-right">{{ page.product_code }}</p>
19
- {% endif %}
20
-
21
- {% if page.rating %}
22
- {% include rating.html rating=page.rating %}
23
- {% endif %}
24
-
25
- {% if page.features %}
26
- <div class="content">
27
- {% for feature in page.features %}
28
- <p>
29
- <span class="icon">
30
- {% if feature.icon %}
31
- <i class="fas {{ feature.icon }}"></i>
32
- {% else %}
33
- <i class="fas fa-circle fa-xs"></i>
34
- {% endif %}
35
- </span>
36
- <span>{{ feature.label }}</span></p>
37
- {% endfor %}
38
- </div>
39
- {% endif %}
40
- </div>
41
-
42
- <div class="column is-12">
43
- <p class="title is-4">Description</p>
44
- <div class="content">
45
-
46
-
47
- {{ content }}
48
- </div>
49
- </div>
50
-
51
- {% if site.data.reviews[page.product_code] %}
52
- <div class="column is-12">
53
- <p class="title is-4">Reviews</p>
54
- {% for review in site.data.reviews[page.product_code] %}
55
- {% include review.html %}
56
- {% endfor %}
57
- </div>
58
- {% endif %}
59
-
60
- </div>
61
-