jekyll-theme-opentoolbox 1.1.0 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (191) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +57 -31
  3. data/_includes/banner.html +4 -4
  4. data/_includes/callouts.html +8 -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 +6 -17
  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 +1 -1
  20. data/_includes/section-divider.html +5 -0
  21. data/_includes/showcase.html +1 -1
  22. data/_includes/simple_banner.html +11 -0
  23. data/_includes/sponsors.html +43 -41
  24. data/_includes/subscribe.html +15 -15
  25. data/_includes/tabs.html +18 -17
  26. data/_includes/tag.html +2 -2
  27. data/_includes/toc.html +82 -82
  28. data/_includes/vimeo.html +2 -2
  29. data/_includes/youtube.html +7 -7
  30. data/_layouts/base.html +2 -0
  31. data/_layouts/default.html +1 -1
  32. data/_layouts/page.html +10 -10
  33. data/_layouts/post.html +4 -2
  34. data/_layouts/resource.html +1 -1
  35. data/_sass/_external.scss +1 -0
  36. data/_sass/_layout.scss +48 -36
  37. data/_sass/_main.scss +45 -22
  38. data/_sass/_showcase.scss +12 -12
  39. data/_sass/{syntax.scss → _syntax.scss} +209 -209
  40. data/_sass/_variables.scss +125 -0
  41. data/_sass/highlight/_dark.scss +71 -0
  42. data/_sass/{_highlight.scss → highlight/_light.scss} +0 -0
  43. data/assets/css/app.scss +7 -146
  44. data/blog/index.html +4 -2
  45. data/node_modules/bulma-block-list/LICENSE.txt +21 -21
  46. data/node_modules/bulma-block-list/README.md +31 -31
  47. data/node_modules/bulma-block-list/docs/Gemfile +2 -2
  48. data/node_modules/bulma-block-list/docs/_config.yml +15 -15
  49. data/node_modules/bulma-block-list/docs/_data/menu.yaml +19 -19
  50. data/node_modules/bulma-block-list/docs/_sass/_block-list.scss +108 -108
  51. data/node_modules/bulma-block-list/docs/_sass/_main.scss +19 -19
  52. data/node_modules/bulma-block-list/docs/assets/css/app.scss +6 -6
  53. data/node_modules/bulma-block-list/docs/index.html +260 -260
  54. data/node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md +1390 -1390
  55. data/node_modules/bulma-block-list/node_modules/bulma/LICENSE +21 -21
  56. data/node_modules/bulma-block-list/node_modules/bulma/README.md +130 -130
  57. data/node_modules/bulma-block-list/node_modules/bulma/bulma.sass +9 -9
  58. data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css +10854 -10854
  59. data/node_modules/bulma-block-list/node_modules/bulma/package.json +77 -77
  60. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/_all.sass +5 -5
  61. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/generic.sass +142 -142
  62. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/helpers.sass +281 -281
  63. data/node_modules/bulma-block-list/node_modules/bulma/sass/base/minireset.sass +79 -79
  64. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/_all.sass +15 -15
  65. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/breadcrumb.sass +75 -75
  66. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/card.sass +79 -79
  67. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/dropdown.sass +81 -81
  68. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/level.sass +77 -77
  69. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/list.sass +39 -39
  70. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/media.sass +50 -50
  71. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/menu.sass +57 -57
  72. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/message.sass +99 -99
  73. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/modal.sass +113 -113
  74. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/navbar.sass +441 -441
  75. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/pagination.sass +150 -150
  76. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/panel.sass +119 -119
  77. data/node_modules/bulma-block-list/node_modules/bulma/sass/components/tabs.sass +151 -151
  78. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/_all.sass +15 -15
  79. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/box.sass +24 -24
  80. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/button.sass +323 -323
  81. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/container.sass +24 -24
  82. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/content.sass +155 -155
  83. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/form.sass +1 -1
  84. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/icon.sass +21 -21
  85. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/image.sass +71 -71
  86. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/notification.sass +43 -43
  87. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/other.sass +39 -39
  88. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/progress.sass +67 -67
  89. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/table.sass +127 -127
  90. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/tag.sass +128 -128
  91. data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/title.sass +70 -70
  92. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/_all.sass +8 -8
  93. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/checkbox-radio.sass +21 -21
  94. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/file.sass +180 -180
  95. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/input-textarea.sass +64 -64
  96. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/select.sass +85 -85
  97. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/shared.sass +55 -55
  98. data/node_modules/bulma-block-list/node_modules/bulma/sass/form/tools.sass +205 -205
  99. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/_all.sass +4 -4
  100. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/columns.sass +504 -504
  101. data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/tiles.sass +34 -34
  102. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/_all.sass +5 -5
  103. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/footer.sass +9 -9
  104. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/hero.sass +145 -145
  105. data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/section.sass +13 -13
  106. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/_all.sass +8 -8
  107. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/animations.sass +5 -5
  108. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/controls.sass +50 -50
  109. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/derived-variables.sass +106 -106
  110. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/functions.sass +110 -110
  111. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/initial-variables.sass +77 -77
  112. data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/mixins.sass +261 -261
  113. data/node_modules/bulma-block-list/package.json +56 -56
  114. data/node_modules/bulma-block-list/src/block-list.scss +108 -108
  115. data/node_modules/bulma-block-list/src/demo.scss +2 -2
  116. data/node_modules/bulma/CHANGELOG.md +1558 -1558
  117. data/node_modules/bulma/LICENSE +21 -21
  118. data/node_modules/bulma/README.md +134 -134
  119. data/node_modules/bulma/bulma.sass +10 -10
  120. data/node_modules/bulma/css/bulma-rtl.css +11810 -11810
  121. data/node_modules/bulma/css/bulma.css +11810 -11810
  122. data/node_modules/bulma/package.json +81 -81
  123. data/node_modules/bulma/sass/base/_all.sass +6 -6
  124. data/node_modules/bulma/sass/base/animations.sass +5 -5
  125. data/node_modules/bulma/sass/base/generic.sass +145 -145
  126. data/node_modules/bulma/sass/base/helpers.sass +1 -1
  127. data/node_modules/bulma/sass/base/minireset.sass +79 -79
  128. data/node_modules/bulma/sass/components/_all.sass +15 -15
  129. data/node_modules/bulma/sass/components/breadcrumb.sass +77 -77
  130. data/node_modules/bulma/sass/components/card.sass +103 -103
  131. data/node_modules/bulma/sass/components/dropdown.sass +83 -83
  132. data/node_modules/bulma/sass/components/level.sass +79 -79
  133. data/node_modules/bulma/sass/components/media.sass +59 -59
  134. data/node_modules/bulma/sass/components/menu.sass +59 -59
  135. data/node_modules/bulma/sass/components/message.sass +101 -101
  136. data/node_modules/bulma/sass/components/modal.sass +117 -117
  137. data/node_modules/bulma/sass/components/navbar.sass +446 -446
  138. data/node_modules/bulma/sass/components/pagination.sass +166 -166
  139. data/node_modules/bulma/sass/components/panel.sass +121 -121
  140. data/node_modules/bulma/sass/components/tabs.sass +176 -176
  141. data/node_modules/bulma/sass/elements/_all.sass +16 -16
  142. data/node_modules/bulma/sass/elements/box.sass +26 -26
  143. data/node_modules/bulma/sass/elements/button.sass +345 -345
  144. data/node_modules/bulma/sass/elements/container.sass +29 -29
  145. data/node_modules/bulma/sass/elements/content.sass +159 -159
  146. data/node_modules/bulma/sass/elements/form.sass +1 -1
  147. data/node_modules/bulma/sass/elements/icon.sass +46 -46
  148. data/node_modules/bulma/sass/elements/image.sass +73 -73
  149. data/node_modules/bulma/sass/elements/notification.sass +52 -52
  150. data/node_modules/bulma/sass/elements/other.sass +31 -31
  151. data/node_modules/bulma/sass/elements/progress.sass +73 -73
  152. data/node_modules/bulma/sass/elements/table.sass +133 -133
  153. data/node_modules/bulma/sass/elements/tag.sass +140 -140
  154. data/node_modules/bulma/sass/elements/title.sass +70 -70
  155. data/node_modules/bulma/sass/form/_all.sass +9 -9
  156. data/node_modules/bulma/sass/form/checkbox-radio.sass +22 -22
  157. data/node_modules/bulma/sass/form/file.sass +184 -184
  158. data/node_modules/bulma/sass/form/input-textarea.sass +66 -66
  159. data/node_modules/bulma/sass/form/select.sass +87 -87
  160. data/node_modules/bulma/sass/form/shared.sass +60 -60
  161. data/node_modules/bulma/sass/form/tools.sass +215 -215
  162. data/node_modules/bulma/sass/grid/_all.sass +5 -5
  163. data/node_modules/bulma/sass/grid/columns.sass +513 -513
  164. data/node_modules/bulma/sass/grid/tiles.sass +36 -36
  165. data/node_modules/bulma/sass/helpers/_all.sass +12 -12
  166. data/node_modules/bulma/sass/helpers/color.sass +39 -39
  167. data/node_modules/bulma/sass/helpers/flexbox.sass +35 -35
  168. data/node_modules/bulma/sass/helpers/float.sass +10 -10
  169. data/node_modules/bulma/sass/helpers/other.sass +14 -14
  170. data/node_modules/bulma/sass/helpers/overflow.sass +2 -2
  171. data/node_modules/bulma/sass/helpers/position.sass +7 -7
  172. data/node_modules/bulma/sass/helpers/spacing.sass +31 -31
  173. data/node_modules/bulma/sass/helpers/typography.sass +103 -103
  174. data/node_modules/bulma/sass/helpers/visibility.sass +122 -122
  175. data/node_modules/bulma/sass/layout/_all.sass +6 -6
  176. data/node_modules/bulma/sass/layout/footer.sass +11 -11
  177. data/node_modules/bulma/sass/layout/hero.sass +153 -153
  178. data/node_modules/bulma/sass/layout/section.sass +17 -17
  179. data/node_modules/bulma/sass/utilities/_all.sass +9 -9
  180. data/node_modules/bulma/sass/utilities/animations.sass +1 -1
  181. data/node_modules/bulma/sass/utilities/controls.sass +49 -49
  182. data/node_modules/bulma/sass/utilities/derived-variables.sass +114 -114
  183. data/node_modules/bulma/sass/utilities/extends.sass +25 -25
  184. data/node_modules/bulma/sass/utilities/functions.sass +136 -136
  185. data/node_modules/bulma/sass/utilities/initial-variables.sass +78 -78
  186. data/node_modules/bulma/sass/utilities/mixins.sass +280 -280
  187. data/package-lock.json +28 -28
  188. data/package.json +20 -20
  189. metadata +14 -7
  190. data/_includes/hero.html +0 -11
  191. data/_includes/join.html +0 -30
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 172f7aaa3c951060fe57d6e4b885fa7d251c7007647dcd23f7c40e3ad8db956b
4
- data.tar.gz: 1d293c843683fe4df7149f508cd66c73134ecbaf133e434951088f8eee0f7a9e
3
+ metadata.gz: 583e43f6e20379af8e4e2125a32cb23b04a6de3a91ff96f80afa5a82a77e685c
4
+ data.tar.gz: cea2451a3f92d85a89323ed8fab7469b6dfd71eb3db9f094573ded4bf1118d2b
5
5
  SHA512:
6
- metadata.gz: b3d22afe691dc75e963a5c057979c635338f8a5a05286b48616d96dbf45f51bee66b4dc016b71dcfd1cf3ee5511a639f47398adfe600d88176bbe4faa83cd94a
7
- data.tar.gz: c8771995fb3371cd5b03de7f7760c341c99de5fc93acc1f17c4c58220afd3867a81ab40a3cb9ddfe69ad7ab663de8c687bf6af0b870d0faef148fa69cdbb0e6c
6
+ metadata.gz: f6a7491acb83cf66797679c10c88f74deda63cf682b2b8a073fe4e73da50501a03a4f5345d2ec5fe0be8ce5b2f3fa8f134deff91630db2546fbc139db7b6d396
7
+ data.tar.gz: 208400657b77058be9aafe6299c8b2e1431cee6ea9fe2c55983fe56d0af99c07208f556daab009ec064032d4931b23f5e4e10f8621d37146d3fecc6a225bc619
data/README.md CHANGED
@@ -1,74 +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
3
  [![Gem Version](https://badge.fury.io/rb/jekyll-theme-opentoolbox.svg)](https://badge.fury.io/rb/jekyll-theme-opentoolbox)
5
- [![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)
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)
6
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.
7
7
 
8
- 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
+ ```
9
17
 
10
- 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
+ ```
11
22
 
12
- ## 👥 Contribuire
23
+ ___
13
24
 
14
- 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
15
26
 
16
- 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.
17
28
 
18
- ## 👨‍💻 Sviluppo in locale
29
+ ## 👨‍💻 Local Development
19
30
 
20
31
  ### 🧪 Jekyll & Ruby
21
32
 
22
- 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/).
23
35
 
24
36
  ### 🔧 Make
25
- 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*.
26
39
 
27
- 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.
28
41
 
29
- Se invece sei su **Windows** devi prima scaricarti un gestore di pacchetti:
42
+ #### Install using package managers on Windows
30
43
 
31
- #### 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:
32
47
  ```bash
33
48
  choco install make
34
49
  ```
35
50
 
36
- #### Installare [Scoop](https://scoop.sh) e poi eseguire:
51
+ ...or install [Scoop](https://scoop.sh) and run:
37
52
  ```bash
38
53
  scoop install make
39
54
  ```
40
- ### 🎉 Setup finale
41
- Una volta installato scarica tutte le dipendenze con:
42
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
43
62
  ```bash
44
63
  make
45
64
  ```
46
65
 
47
- Per eseguire la **build**:
48
-
66
+ #### Re-build
49
67
  ```bash
50
68
  make build
51
69
  ```
52
70
 
53
- Per servire il sito con *hot reload* esegui:
54
-
71
+ #### Serve site in development mode
55
72
  ```bash
56
73
  make start
57
74
  ```
58
75
 
59
- e apri il link che ti dice nel terminale.
60
-
61
- ---
62
-
63
- # Contribuenti 💚 ![GitHub contributors](https://img.shields.io/github/contributors/thedevelopertoolbox/template?color=grey&label=)
64
-
65
- [![contributors](https://contrib.rocks/image?repo=thedevelopertoolbox/template)](https://github.com/thedevelopertoolbox/template/graphs/contributors)
76
+ ... and open the link showed in the CLI.
66
77
 
78
+ #### Check for problems
79
+ ```bash
80
+ make check
81
+ ```
67
82
 
68
- Potresti esserci anche tu qui ☝
83
+ # Contributors ![GitHub contributors](https://img.shields.io/github/contributors/opentoolbox/theme?color=red&label=)
69
84
 
85
+ [![contributors](https://contrib.rocks/image?repo=opentoolbox/theme)](https://github.com/opentoolbox/theme/graphs/contributors)
70
86
 
71
- <img src="https://i.ibb.co/VCrGbkN/Pallino-bianco-2.png" width="500px" alt="start2impact">
87
+ You could also be here ☝
72
88
 
89
+ ___
73
90
 
74
- 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,6 @@
36
39
  </div>
37
40
  </div>
38
41
  </section>
42
+
43
+ {% include section-divider.html %}
39
44
  {% 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 %}
@@ -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>