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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2659cddc4008e2e480fc6066710399f3e9084b85189e737d2d82ae6eaf1464c5
4
- data.tar.gz: '08ad2d673ff02be3cd58d1249bc887e198d03012ff88e3f3c87ed42dc4dc6094'
3
+ metadata.gz: af299bef1df3f4b888b8b5f09eaadbe063ba6111673f50fb4d2e74c3caf39f17
4
+ data.tar.gz: 774374bf72b79dc7f5ce8742313f5317de21e10c4b63964dfe8367315bf0519d
5
5
  SHA512:
6
- metadata.gz: a7375ed91fb7baa7b669757193cc1412e8f6c4136e4e62e02219ba606b6e631e0262110a066a28e17e02972de515b1e41ee00bee4bc099416e66aabc07ce0af1
7
- data.tar.gz: 7efb19b7c9f560310502ca505817e155d6bfad7bd57470831fab0708eea9f34c8f0e3009c8ea74f64ab3a30748e1168562f516a0f5870a9da5dddedd14aa514e
6
+ metadata.gz: 4919f42bc26e4d094fe1801d80f1dae83b3cbd563abc97499f3eeeb632c18ebaed4e7f5e06b98b911aa06edda6bc65fd502c1838858866ffebdbba5e718e2b2d
7
+ data.tar.gz: 6a7af8e9095f318acf2b667d62d940c9eca9dc3e70765f3e5d49853288fa8a59bc815eaee71c8e376cbe17864e663e3dcbb450a7b5166efe37b2daec295947b2
data/README.md CHANGED
@@ -1,73 +1,100 @@
1
- # [Open Toolbox](https://thedevelopertoolbox.github.io) 🧰 [![GitHub license](https://img.shields.io/github/license/thedevelopertoolbox/template?color=grey&label=License)](https://github.com/thedevelopertoolbox/template/blob/main/LICENSE)
2
- Tutte le risorse dei mastermind di programmazione di start2impact!
1
+ # [Open Toolbox](https://the.opentoolbox.online) 🧰 [![License](https://img.shields.io/github/license/opentoolbox/theme?color=f40000&label=License)](https://github.com/opentoolbox/theme/blob/main/LICENSE)
3
2
 
4
- [![Build and Deploy to Github Pages](https://github.com/thedevelopertoolbox/template/actions/workflows/jekyll.yml/badge.svg)](https://github.com/thedevelopertoolbox/template/actions/workflows/jekyll.yml)
3
+ [![Gem Version](https://badge.fury.io/rb/jekyll-theme-opentoolbox.svg)](https://badge.fury.io/rb/jekyll-theme-opentoolbox)
4
+ [![Build and Deploy to Github Pages](https://github.com/opentoolbox/theme/actions/workflows/jekyll.yml/badge.svg)](https://github.com/opentoolbox/theme/actions/workflows/jekyll.yml)
5
5
 
6
+ This is a theme for Jekyll, built so that you can create a fast, automatically updated and mobile-friendly websites without worrying about the actual HTML.
6
7
 
7
- Questo sito è pensato per raccogliere tutte le risorse che potrebbero risultare utili a studenti di programmazione.
8
+ ## How to use it
9
+ Install it locally:
10
+ ```bash
11
+ bundle install jekyll-theme-opentoolbox
12
+ ```
13
+ ... and set it as your theme by adding this line to your `_config.yml`:
14
+ ```yaml
15
+ theme: jekyll-theme-opentoolbox
16
+ ```
8
17
 
9
- Abbiamo raccolto tantissimi strumenti, guide, framework e altri in un unico punto.
18
+ Or you could set it as a **remote theme** for [GitHub Pages](https://pages.github.com) by adding this line to your `_config.yml`:
19
+ ```yaml
20
+ remote_theme: opentoolbox/theme
21
+ ```
10
22
 
11
- ## 👥 Contribuire
23
+ ___
12
24
 
13
- Abbiamo pensato ad un progetto totalmente aperto e mantenuto dalla community quindi, se vuoi sei il benvenuto ad aggiungere delle risorse o correggere quelle che abbiamo... o magari a migliorare lo stile del sito stesso!
25
+ ## 👥 Contributing
14
26
 
15
- Se decidi di contribuire con una **pull request** ricordati di farlo con gli giusti **label**.
27
+ To contribute to this project please refer to our [rules]({{site.links.rules}}). They're not many, don't worry.
16
28
 
17
- ## 👨‍💻 Sviluppo in locale
29
+ ## 👨‍💻 Local Development
18
30
 
19
31
  ### 🧪 Jekyll & Ruby
20
32
 
21
- Questo sito è progettato in *Jekyll*, un motore di templating scritto in *Ruby*. Per installarlo segui [questa guida](https://jekyllrb.com/docs/installation/).
33
+ This site uses *Jekyll* to generate the static pages from the provided templates.
34
+ In order to install both it and it's components follow [this guide](https://jekyllrb.com/docs/installation/).
22
35
 
23
36
  ### 🔧 Make
24
- Per semplificarti la vita abbiamo predisposto dei comandi semplificati con *Make*.
37
+ To simplify our lives we have simplified the commands used to build, publish, serve, etc.
38
+ In order to accomplish this we've used *Make*.
25
39
 
26
- Se sei su **Linux** lo hai già installato di default.
40
+ If you're on **Linux** or **macOS** you already have it installed, if you're on Windows please continue this section of the guide.
27
41
 
28
- Se invece sei su **Windows** devi prima scaricarti un gestore di pacchetti:
42
+ #### Install using package managers on Windows
29
43
 
30
- #### Installare [Chocolatey](https://chocolatey.org/install) e poi eseguire:
44
+ You have serveral options, these are the best 2:
45
+
46
+ You could install [Chocolatey](https://chocolatey.org/install) and run:
31
47
  ```bash
32
48
  choco install make
33
49
  ```
34
50
 
35
- #### Installare [Scoop](https://scoop.sh) e poi eseguire:
51
+ ...or install [Scoop](https://scoop.sh) and run:
36
52
  ```bash
37
53
  scoop install make
38
54
  ```
39
- ### 🎉 Setup finale
40
- Una volta installato scarica tutte le dipendenze con:
41
55
 
56
+ You're all set. Time to build this thing!
57
+ ### 🎉 Final setup
58
+ Now that we have our simplified commands, setting up the project is easy...
59
+
60
+ Here are our commands:
61
+ #### Install & build
42
62
  ```bash
43
63
  make
44
64
  ```
45
65
 
46
- Per eseguire la **build**:
47
-
66
+ #### Re-build
48
67
  ```bash
49
68
  make build
50
69
  ```
51
70
 
52
- Per servire il sito con *hot reload* esegui:
53
-
71
+ #### Serve site in development mode
54
72
  ```bash
55
73
  make start
56
74
  ```
57
75
 
58
- e apri il link che ti dice nel terminale.
59
-
60
- ---
61
-
62
- # Contribuenti 💚 ![GitHub contributors](https://img.shields.io/github/contributors/thedevelopertoolbox/template?color=grey&label=)
63
-
64
- [![contributors](https://contrib.rocks/image?repo=thedevelopertoolbox/template)](https://github.com/thedevelopertoolbox/template/graphs/contributors)
76
+ ... and open the link showed in the CLI.
65
77
 
78
+ #### Check for problems
79
+ ```bash
80
+ make check
81
+ ```
66
82
 
67
- Potresti esserci anche tu qui ☝
83
+ # Contributors ![GitHub contributors](https://img.shields.io/github/contributors/opentoolbox/theme?color=red&label=)
68
84
 
85
+ [![contributors](https://contrib.rocks/image?repo=opentoolbox/theme)](https://github.com/opentoolbox/theme/graphs/contributors)
69
86
 
70
- <img src="https://i.ibb.co/VCrGbkN/Pallino-bianco-2.png" width="500px" alt="start2impact">
87
+ You could also be here ☝
71
88
 
89
+ ___
72
90
 
73
- Mantenuto dalla community di [**start2impact**](https://start2impact.it).
91
+ <div align="center">
92
+ <a href="https://bulma.io">
93
+ <img
94
+ src="https://bulma.io/images/made-with-bulma--semiwhite.png"
95
+ alt="Made with Bulma"
96
+ width="256"
97
+ height="auto"
98
+ />
99
+ </a>
100
+ </div>
@@ -1,5 +1,5 @@
1
- <section class="hero {% if page.hero_height %} {{ page.hero_height }} {% else %} is-medium {% endif %} {% if page.hero_style %} {{page.hero_style}} {% else %} is-dark {% endif %}" {% 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 %} py-small">
1
+ <section class="hero {% if page.banner_height %} {{ page.banner_height }} {% else %} is-medium {% endif %} {% if page.banner_style %} {{page.banner_style}} {% else %} is-dark {% endif %}" {% if page.banner_image %} style="background: url('{{ page.banner_image }}') no-repeat center center; background-size: cover;" {% endif %}>
2
+ <div class="hero-body {% if page.banner_darken %} hero-darken {% endif %} py-small">
3
3
  <div class="container">
4
4
  <div class="columns is-4 is-vcentered">
5
5
  {% if page.image %}
@@ -14,8 +14,8 @@
14
14
  <p class="subtitle is-3">{{ page.subtitle }}</p>
15
15
  </div>
16
16
 
17
- {% if page.hero_link %}
18
- <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>
17
+ {% if page.banner_link %}
18
+ <a href="{{ page.banner_link | relative_url }}" class="button {%if page.banner_link_style %} {{ page.banner_link_style }} {% else %} is-light {% endif %} is-outlined is-rounded is-medium">{{ page.banner_link_text }}</a>
19
19
  {% endif %}
20
20
  </div>
21
21
  </div>
@@ -5,13 +5,14 @@
5
5
  <div class="container">
6
6
  <div class="columns is-multiline is-centered is-vcentered is-4">
7
7
  {% for callout in callouts.items %}
8
+ {% assign icon = callout.icon %}
8
9
  <div class="column is-4 has-text-centered p-6">
9
10
  {% if callout.icon %}
10
11
  <div class="icon callout-icon">
11
12
  {% if callout.icon_brand %}
12
- <i class="fab {{ callout.icon }} fa-4x"></i>
13
+ {% include icon.html category="fab" icon=icon size="4x" %}
13
14
  {% else %}
14
- <i class="fas {{ callout.icon }} fa-4x"></i>
15
+ {% include icon.html icon=icon size="4x" %}
15
16
  {% endif %}
16
17
  </div>
17
18
  {% endif %}
@@ -27,7 +28,9 @@
27
28
  {% if callout.call_to_action_name %}
28
29
  <a href="{{ callout.call_to_action_link | relative_url }}" class="{{ callouts.style }} is-block has-text-weight-bold mt-medium">
29
30
  <span>{{ callout.call_to_action_name }}</span>
30
- <span class="ml-small"><i class="fas fa-external-link-alt"></i></span>
31
+ <span class="ml-small">
32
+ {% include icon.html icon="external-link-alt" %}
33
+ </span>
31
34
  </a>
32
35
  {% endif %}
33
36
  </div>
@@ -36,4 +39,8 @@
36
39
  </div>
37
40
  </div>
38
41
  </section>
42
+
43
+ {% if callouts.with_wave %}
44
+ {% include section-divider.html %}
45
+ {% endif %}
39
46
  {% endif %}
@@ -0,0 +1,19 @@
1
+ <div class="my-small is-flex is-justify-content-space-around">
2
+ {% if site.links.feedback %}
3
+ <a href="{{site.links.feedback}}">
4
+ {% include icon.html category="far" icon="heart" %}
5
+ </a>
6
+ {% endif %}
7
+
8
+ {% if site.links.pull_requests %}
9
+ <a href="{{site.links.pull_requests}}">
10
+ {% include icon.html icon="code-branch" %}
11
+ </a>
12
+ {% endif %}
13
+
14
+ {% if site.links.discussions %}
15
+ <a href="{{site.links.discussions}}">
16
+ {% include icon.html icon="comments" %}
17
+ </a>
18
+ {% endif %}
19
+ </div>
@@ -0,0 +1,13 @@
1
+ <footer class="hero is-dark">
2
+ <div class="hero-body">
3
+ <div class="container">
4
+ <p class="title is-3">Credits</p>
5
+
6
+ <a href="{{site.links.contributors}}">
7
+ <img src="https://contrib.rocks/image?repo={{ site.repository }}" />
8
+ </a>
9
+
10
+ <p>You could be here! ☝ {% if site.links.source %} Contribute to <a class="has-text-link" href="{{site.links.source}}">this project</a>. {% endif %}</p>
11
+ </div>
12
+ </div>
13
+ </footer>
@@ -1,17 +1,17 @@
1
- {% if page.comments != false and jekyll.environment == "production" %}
2
-
3
- <div id="disqus_thread"></div>
4
- <script>
5
- var disqus_config = function () {
6
- this.page.url = '{{ page.url | absolute_url }}';
7
- this.page.identifier = '{{ page.url | absolute_url }}';
8
- };
9
- (function() {
10
- var d = document, s = d.createElement('script');
11
- s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
12
- s.setAttribute('data-timestamp', +new Date());
13
- (d.head || d.body).appendChild(s);
14
- })();
15
- </script>
16
- <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
1
+ {% if page.comments != false and jekyll.environment == "production" %}
2
+
3
+ <div id="disqus_thread"></div>
4
+ <script>
5
+ var disqus_config = function () {
6
+ this.page.url = '{{ page.url | absolute_url }}';
7
+ this.page.identifier = '{{ page.url | absolute_url }}';
8
+ };
9
+ (function() {
10
+ var d = document, s = d.createElement('script');
11
+ s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
12
+ s.setAttribute('data-timestamp', +new Date());
13
+ (d.head || d.body).appendChild(s);
14
+ })();
15
+ </script>
16
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
17
17
  {% endif %}
@@ -1,4 +1,4 @@
1
- <footer class="footer">
1
+ <footer class="footer mt-small">
2
2
  <div class="container">
3
3
  {% if site.footer_menu %}
4
4
  <div class="columns is-multiline">
@@ -12,23 +12,12 @@
12
12
  </div>
13
13
  {% endif %}
14
14
 
15
- <div class="content is-small has-text-centered">
16
- <p>Theme built by <a href="https://www.csrhymes.com">C.S. Rhymes</a> and slightly modified by <a href="https://mattia.codes">Mattia Sinisi</a> and <a href="https://gloriadesiderideveloper.it/">Gloria Desideri</a></p>
17
- <small>Le immagini utilizzate sono prese liberamente da internet, utilizziamo l'URL invece di scaricarle. Mostriamo sempre riconoscimenti agli artisti originali dove richiesto.</small>
18
- </div>
15
+ {% if site.data.messages.footer %}
16
+ <div class="content is-small has-text-centered">
17
+ {{site.data.messages.footer | markdownify }}
18
+ </div>
19
+ {% endif %}
19
20
  </div>
20
21
  </footer>
21
22
 
22
- <footer class="hero is-dark">
23
- <div class="hero-body">
24
- <div class="container">
25
- <p class="title is-3">Contribuenti</p>
26
-
27
- <a href="https://github.com/{{ site.repository }}/graphs/contributors">
28
- <img src="https://contrib.rocks/image?repo={{ site.repository }}" />
29
- </a>
30
-
31
- <p>Potresti esserci anche tu qui ☝</p>
32
- </div>
33
- </div>
34
- </footer>
23
+ {% include credits.html %}
@@ -1,25 +1,25 @@
1
- {% if page.gallery %}
2
- {% assign galleries=site.data.[page.gallery] %}
3
- {% for gallery in galleries %}
4
- <div class="columns is-multiline">
5
- <div class="column is-12">
6
- <p class="title is-3 has-text-centered">{{ gallery.title }}</p>
7
- </div>
8
- {% for image in gallery.images %}
9
- <div class="column is-4-desktop is-6-tablet">
10
- <div class="card">
11
- <div class="card-image">
12
- {% include image-modal.html ratio=image.ratio link=image.link alt=image.alt large_link=image.large_link %}
13
- </div>
14
- <div class="card-content">
15
- <div class="content">
16
- {{ image.description | markdownify }}
17
- </div>
18
-
19
- </div>
20
- </div>
21
- </div>
22
- {% endfor %}
23
- </div>
24
- {% endfor %}
1
+ {% if page.gallery %}
2
+ {% assign galleries=site.data.[page.gallery] %}
3
+ {% for gallery in galleries %}
4
+ <div class="columns is-multiline">
5
+ <div class="column is-12">
6
+ <p class="title is-3 has-text-centered">{{ gallery.title }}</p>
7
+ </div>
8
+ {% for image in gallery.images %}
9
+ <div class="column is-4-desktop is-6-tablet">
10
+ <div class="card">
11
+ <div class="card-image">
12
+ {% include image-modal.html ratio=image.ratio link=image.link alt=image.alt large_link=image.large_link %}
13
+ </div>
14
+ <div class="card-content">
15
+ <div class="content">
16
+ {{ image.description | markdownify }}
17
+ </div>
18
+
19
+ </div>
20
+ </div>
21
+ </div>
22
+ {% endfor %}
23
+ </div>
24
+ {% endfor %}
25
25
  {% endif %}
@@ -1,8 +1,8 @@
1
- <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
2
- <script>
3
- window['ga-disable-{{ site.google_analytics }}'] = window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1";
4
- window.dataLayer = window.dataLayer || [];
5
- function gtag(){dataLayer.push(arguments);}
6
- gtag('js', new Date());
7
- gtag('config', '{{ site.google_analytics }}');
1
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
2
+ <script>
3
+ window['ga-disable-{{ site.google_analytics }}'] = window.doNotTrack === "1" || navigator.doNotTrack === "1" || navigator.doNotTrack === "yes" || navigator.msDoNotTrack === "1";
4
+ window.dataLayer = window.dataLayer || [];
5
+ function gtag(){dataLayer.push(arguments);}
6
+ gtag('js', new Date());
7
+ gtag('config', '{{ site.google_analytics }}');
8
8
  </script>
@@ -1,31 +1,30 @@
1
- <nav class="navbar is-primary {% if site.fixed_navbar %} is-fixed-{{ site.fixed_navbar }} {% endif %}" x-data="{ openNav: false }">
1
+ <nav class="navbar has-shadow {% if site.fixed_navbar %} is-fixed-{{ site.fixed_navbar }} {% endif %}" x-data="{ openNav: false }">
2
2
  <div class="container">
3
3
  <div class="navbar-brand">
4
- <a href="{{ site.baseurl }}/" class="navbar-item">
4
+ <a href="{{ site.baseurl }}/" class="navbar-item is-rounded">
5
5
  {{ site.title }}
6
6
  </a>
7
- <a role="button" class="navbar-burger burger" aria-label="menu" aria-expanded="false" data-target="navMenu" :class="{ 'is-active': openNav }" x-on:click="openNav = !openNav">
7
+ <a role="button" class="navbar-burger is-rounded burger" aria-label="menu" aria-expanded="false" data-target="navMenu" :class="{ 'is-active': openNav }" x-on:click="openNav = !openNav">
8
8
  <span aria-hidden="true"></span>
9
9
  <span aria-hidden="true"></span>
10
10
  <span aria-hidden="true"></span>
11
11
  </a>
12
12
  </div>
13
- <div class="navbar-menu" id="navMenu" :class="{ 'is-active': openNav }">
13
+ <div class="navbar-menu px-small is-rounded" id="navMenu" :class="{ 'is-active': openNav }">
14
14
  <div class="navbar-start">
15
- <a href="{{ site.baseurl }}/" class="navbar-item {% if page.url == "/" %}is-active{% endif %}">Home</a>
16
15
  {% if site.data.navigation %}
17
16
  {% for item in site.data.navigation %}
18
17
  {% if item.dropdown %}
19
- <div class="navbar-item has-dropdown is-hoverable {% if site.fixed_navbar == 'bottom' %} has-dropdown-up {% endif %}">
20
- <a href="{{ item.link | relative_url }}" class="navbar-link {% if item.link == page.url %}is-active{% endif %}">{{ item.name }}</a>
21
- <div class="navbar-dropdown">
18
+ <div class="navbar-item is-rounded py-small has-dropdown is-hoverable {% if site.fixed_navbar == 'bottom' %} has-dropdown-up {% endif %}">
19
+ <a href="{{ item.link | relative_url }}" class="navbar-link is-rounded {% if item.link == page.url %}is-active{% endif %}">{{ item.name }}</a>
20
+ <div class="navbar-dropdown is-boxed">
22
21
  {% for subitem in item.dropdown %}
23
- <a href="{{ subitem.link | relative_url }}" class="navbar-item {% if subitem.link == page.url %}is-active{% endif %}">{{ subitem.name }}</a>
22
+ <a href="{{ subitem.link | relative_url }}" class="navbar-item is-rounded {% if subitem.link == page.url %}is-active{% endif %}">{{ subitem.name }}</a>
24
23
  {% endfor %}
25
24
  </div>
26
25
  </div>
27
26
  {% else %}
28
- <a href="{{ item.link | relative_url }}" class="navbar-item {% if item.link == page.url %}is-active{% endif %}">{{ item.name }}</a>
27
+ <a href="{{ item.link | relative_url }}" class="navbar-item is-rounded {% if item.link == page.url %}is-active{% endif %}">{{ item.name }}</a>
29
28
  {% endif %}
30
29
  {% endfor %}
31
30
  {% endif %}
@@ -33,8 +32,8 @@
33
32
 
34
33
  <div class="navbar-end">
35
34
  {% if site.gh_sponsor %}
36
- <a class="navbar-item" href="https://github.com/sponsors/{{ site.gh_sponsor }}">
37
- <span class="icon gh-sponsor"><i class="fas fa-heart"></i></span>
35
+ <a class="navbar-item is-rounded" href="https://github.com/sponsors/{{ site.gh_sponsor }}">
36
+ {% include class="gh-sponsor" icon="heart" %}
38
37
  <span>Sponsor</span>
39
38
  </a>
40
39
  {% endif %}
@@ -0,0 +1,3 @@
1
+ <span class="icon {{ include.class }}">
2
+ <i class="{% if include.category %} {{include.category}} {% else %} fas {% endif %} fa-{{include.icon}} {% if include.size %} fa-{{include.size}} {% endif %}"></i>
3
+ </span>
@@ -1,18 +1,18 @@
1
- <div x-data="{ open: false }">
2
- <a @click="open = true" title="View large image">
3
- <figure class="image {{ include.ratio | default: is-16by9 }}">
4
- <img src="{{ include.link | absolute_url }}" alt="{{ include.alt }}">
5
- </figure>
6
- </a>
7
- <div class="modal" :class="{ 'is-active': open }">
8
- <div class="modal-background" @click="open = false"></div>
9
- <div class="modal-content">
10
- {% if include.large_link %}
11
- <img src="{{ include.large_link | absolute_url }}" alt="{{ include.alt }}">
12
- {% else %}
13
- <img src="{{ include.link | absolute_url }}" alt="{{ include.alt }}">
14
- {% endif %}
15
- </div>
16
- <button class="modal-close is-large" aria-label="close" @click="{ open = false }"></button>
17
- </div>
18
- </div>
1
+ <div x-data="{ open: false }">
2
+ <a @click="open = true" title="View large image">
3
+ <figure class="image {{ include.ratio | default: is-16by9 }}">
4
+ <img src="{{ include.link | absolute_url }}" alt="{{ include.alt }}">
5
+ </figure>
6
+ </a>
7
+ <div class="modal" :class="{ 'is-active': open }">
8
+ <div class="modal-background" @click="open = false"></div>
9
+ <div class="modal-content">
10
+ {% if include.large_link %}
11
+ <img src="{{ include.large_link | absolute_url }}" alt="{{ include.alt }}">
12
+ {% else %}
13
+ <img src="{{ include.link | absolute_url }}" alt="{{ include.alt }}">
14
+ {% endif %}
15
+ </div>
16
+ <button class="modal-close is-large" aria-label="close" @click="{ open = false }"></button>
17
+ </div>
18
+ </div>
@@ -0,0 +1,5 @@
1
+ {% if site.data.messages.important %}
2
+ <div class="has-text-white has-text-centered has-background-dark py-small px-medium">
3
+ {{ site.data.messages.important | markdownify }}
4
+ </div>
5
+ {% endif %}
@@ -1,12 +1,14 @@
1
- <p class="title is-4">Latest Posts</p>
2
-
3
- <div class="columns is-multiline">
4
- {% for post in site.posts limit:3 %}
5
- <div class="column is-12">
6
- {% include post-card.html %}
7
- </div>
8
- {% endfor %}
9
- </div>
10
-
11
-
12
-
1
+ <div class="section">
2
+ <p class="title is-4">Latest 🕑</p>
3
+
4
+ <div class="columns is-multiline">
5
+ {% for post in site.posts limit:3 %}
6
+ <div class="column is-4">
7
+ {% include post-card.html %}
8
+ </div>
9
+ {% endfor %}
10
+ </div>
11
+ </div>
12
+
13
+
14
+
@@ -1,21 +1,21 @@
1
- {% assign menus = site.data.[page.menubar] %}
2
-
3
- <aside class="menu">
4
- {% for menu in menus %}
5
- <p class="menu-label">{{ menu.label }}</p>
6
- <ul class="menu-list">
7
- {% for item in menu.items %}
8
- <li>
9
- <a href="{{ item.link | relative_url }}" class="{% if item.link == page.url %}is-active{% endif %}">{{ item.name }}</a>
10
- {% if item.items %}
11
- <ul>
12
- {% for subitem in item.items %}
13
- <li><a href="{{ subitem.link | relative_url }}" class="{% if subitem.link == page.url %}is-active{% endif %}">{{ subitem.name }}</a></li>
14
- {% endfor %}
15
- </ul>
16
- {% endif %}
17
- </li>
18
- {% endfor %}
19
- </ul>
20
- {% endfor %}
1
+ {% assign menus = site.data.[page.menubar] %}
2
+
3
+ <aside class="menu">
4
+ {% for menu in menus %}
5
+ <p class="menu-label">{{ menu.label }}</p>
6
+ <ul class="menu-list">
7
+ {% for item in menu.items %}
8
+ <li>
9
+ <a href="{{ item.link | relative_url }}" class="{% if item.link == page.url %}is-active{% endif %}">{{ item.name }}</a>
10
+ {% if item.items %}
11
+ <ul>
12
+ {% for subitem in item.items %}
13
+ <li><a href="{{ subitem.link | relative_url }}" class="{% if subitem.link == page.url %}is-active{% endif %}">{{ subitem.name }}</a></li>
14
+ {% endfor %}
15
+ </ul>
16
+ {% endif %}
17
+ </li>
18
+ {% endfor %}
19
+ </ul>
20
+ {% endfor %}
21
21
  </aside>
@@ -1,17 +1,18 @@
1
- <div x-data="{visible: true}" markdown="0">
2
- <div class="notification {{ include.status | default: 'is-warning' }}" x-show.transition.duration.300ms="visible">
3
- {% if include.dismissable %}
4
- <button class="delete" x-on:click="visible = false"></button>
5
- {% endif %}
6
- <article class="media">
7
- {% unless include.icon %}
8
- <div class="media-left">
9
- <span class="icon"><i class="{{ include.icon | default: 'fas fa-exclamation-circle' }} fa-lg"></i></span>
10
- </div>
11
- {% endunless %}
12
- <div class="media-content">
13
- <div class="content">{{ include.message | markdownify }}</div>
14
- </div>
15
- </article>
16
- </div>
1
+ {% assign icon = include.icon | default: 'exclamation-circle' %}
2
+ <div x-data="{visible: true}" markdown="0">
3
+ <div class="notification {{ include.status | default: 'is-warning' }}" x-show.transition.duration.300ms="visible">
4
+ {% if include.dismissable %}
5
+ <button class="delete" x-on:click="visible = false"></button>
6
+ {% endif %}
7
+ <article class="media">
8
+ {% unless include.icon %}
9
+ <div class="media-left">
10
+ {% include icon.html icon=icon %}
11
+ </div>
12
+ {% endunless %}
13
+ <div class="media-content">
14
+ <div class="content">{{ include.message | markdownify }}</div>
15
+ </div>
16
+ </article>
17
+ </div>
17
18
  </div>