jekyll-theme-opentoolbox 1.0.8 → 2.0.2
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.
- checksums.yaml +4 -4
- data/README.md +58 -31
- data/_includes/banner.html +4 -4
- data/_includes/callouts.html +10 -3
- data/_includes/contribute.html +19 -0
- data/_includes/credits.html +13 -0
- data/_includes/disqus.html +16 -16
- data/_includes/footer.html +7 -18
- data/_includes/gallery.html +24 -24
- data/_includes/google-analytics.html +7 -7
- data/_includes/header.html +11 -12
- data/_includes/icon.html +3 -0
- data/_includes/image-modal.html +18 -18
- data/_includes/important-message.html +5 -0
- data/_includes/latest-posts.html +14 -12
- data/_includes/menubar.html +20 -20
- data/_includes/notification.html +17 -16
- data/_includes/pagination.html +21 -23
- data/_includes/post-card.html +2 -2
- data/_includes/section-divider.html +5 -0
- data/_includes/setup.html +11 -0
- data/_includes/showcase.html +1 -1
- data/_includes/simple_banner.html +11 -0
- data/_includes/sponsors.html +43 -41
- data/_includes/subscribe.html +15 -5
- data/_includes/tabs.html +18 -17
- data/_includes/tag.html +2 -2
- data/_includes/toc.html +82 -82
- data/_includes/vimeo.html +2 -2
- data/_includes/youtube.html +7 -7
- data/_layouts/base.html +25 -0
- data/_layouts/blog.html +4 -3
- data/_layouts/default.html +34 -61
- data/_layouts/page.html +10 -10
- data/_layouts/post.html +50 -17
- data/_layouts/resource.html +1 -1
- data/_posts/2021-03-24-hello.md +1 -0
- data/_sass/_external.scss +1 -0
- data/_sass/_layout.scss +48 -36
- data/_sass/_main.scss +49 -22
- data/_sass/_showcase.scss +12 -12
- data/_sass/{syntax.scss → _syntax.scss} +209 -209
- data/_sass/_variables.scss +126 -0
- data/_sass/highlight/_dark.scss +71 -0
- data/_sass/highlight/_light.scss +259 -0
- data/assets/css/app.scss +8 -147
- data/blog/index.html +4 -2
- data/node_modules/bulma/CHANGELOG.md +1558 -1558
- data/node_modules/bulma/LICENSE +21 -21
- data/node_modules/bulma/README.md +134 -134
- data/node_modules/bulma/bulma.sass +10 -10
- data/node_modules/bulma/css/bulma-rtl.css +11810 -11810
- data/node_modules/bulma/css/bulma.css +11810 -11810
- data/node_modules/bulma/package.json +81 -81
- data/node_modules/bulma/sass/base/_all.sass +6 -6
- data/node_modules/bulma/sass/base/animations.sass +5 -5
- data/node_modules/bulma/sass/base/generic.sass +145 -145
- data/node_modules/bulma/sass/base/helpers.sass +1 -1
- data/node_modules/bulma/sass/base/minireset.sass +79 -79
- data/node_modules/bulma/sass/components/_all.sass +15 -15
- data/node_modules/bulma/sass/components/breadcrumb.sass +77 -77
- data/node_modules/bulma/sass/components/card.sass +103 -103
- data/node_modules/bulma/sass/components/dropdown.sass +83 -83
- data/node_modules/bulma/sass/components/level.sass +79 -79
- data/node_modules/bulma/sass/components/media.sass +59 -59
- data/node_modules/bulma/sass/components/menu.sass +59 -59
- data/node_modules/bulma/sass/components/message.sass +101 -101
- data/node_modules/bulma/sass/components/modal.sass +117 -117
- data/node_modules/bulma/sass/components/navbar.sass +446 -446
- data/node_modules/bulma/sass/components/pagination.sass +166 -166
- data/node_modules/bulma/sass/components/panel.sass +121 -121
- data/node_modules/bulma/sass/components/tabs.sass +176 -176
- data/node_modules/bulma/sass/elements/_all.sass +16 -16
- data/node_modules/bulma/sass/elements/box.sass +26 -26
- data/node_modules/bulma/sass/elements/button.sass +345 -345
- data/node_modules/bulma/sass/elements/container.sass +29 -29
- data/node_modules/bulma/sass/elements/content.sass +159 -159
- data/node_modules/bulma/sass/elements/form.sass +1 -1
- data/node_modules/bulma/sass/elements/icon.sass +46 -46
- data/node_modules/bulma/sass/elements/image.sass +73 -73
- data/node_modules/bulma/sass/elements/notification.sass +52 -52
- data/node_modules/bulma/sass/elements/other.sass +31 -31
- data/node_modules/bulma/sass/elements/progress.sass +73 -73
- data/node_modules/bulma/sass/elements/table.sass +133 -133
- data/node_modules/bulma/sass/elements/tag.sass +140 -140
- data/node_modules/bulma/sass/elements/title.sass +70 -70
- data/node_modules/bulma/sass/form/_all.sass +9 -9
- data/node_modules/bulma/sass/form/checkbox-radio.sass +22 -22
- data/node_modules/bulma/sass/form/file.sass +184 -184
- data/node_modules/bulma/sass/form/input-textarea.sass +66 -66
- data/node_modules/bulma/sass/form/select.sass +87 -87
- data/node_modules/bulma/sass/form/shared.sass +60 -60
- data/node_modules/bulma/sass/form/tools.sass +215 -215
- data/node_modules/bulma/sass/grid/_all.sass +5 -5
- data/node_modules/bulma/sass/grid/columns.sass +513 -513
- data/node_modules/bulma/sass/grid/tiles.sass +36 -36
- data/node_modules/bulma/sass/helpers/_all.sass +12 -12
- data/node_modules/bulma/sass/helpers/color.sass +39 -39
- data/node_modules/bulma/sass/helpers/flexbox.sass +35 -35
- data/node_modules/bulma/sass/helpers/float.sass +10 -10
- data/node_modules/bulma/sass/helpers/other.sass +14 -14
- data/node_modules/bulma/sass/helpers/overflow.sass +2 -2
- data/node_modules/bulma/sass/helpers/position.sass +7 -7
- data/node_modules/bulma/sass/helpers/spacing.sass +31 -31
- data/node_modules/bulma/sass/helpers/typography.sass +103 -103
- data/node_modules/bulma/sass/helpers/visibility.sass +122 -122
- data/node_modules/bulma/sass/layout/_all.sass +6 -6
- data/node_modules/bulma/sass/layout/footer.sass +11 -11
- data/node_modules/bulma/sass/layout/hero.sass +153 -153
- data/node_modules/bulma/sass/layout/section.sass +17 -17
- data/node_modules/bulma/sass/utilities/_all.sass +9 -9
- data/node_modules/bulma/sass/utilities/animations.sass +1 -1
- data/node_modules/bulma/sass/utilities/controls.sass +49 -49
- data/node_modules/bulma/sass/utilities/derived-variables.sass +114 -114
- data/node_modules/bulma/sass/utilities/extends.sass +25 -25
- data/node_modules/bulma/sass/utilities/functions.sass +136 -136
- data/node_modules/bulma/sass/utilities/initial-variables.sass +78 -78
- data/node_modules/bulma/sass/utilities/mixins.sass +280 -280
- data/node_modules/bulma-block-list/LICENSE.txt +21 -21
- data/node_modules/bulma-block-list/README.md +31 -31
- data/node_modules/bulma-block-list/docs/Gemfile +2 -2
- data/node_modules/bulma-block-list/docs/_config.yml +15 -15
- data/node_modules/bulma-block-list/docs/_data/menu.yaml +19 -19
- data/node_modules/bulma-block-list/docs/_sass/_block-list.scss +108 -108
- data/node_modules/bulma-block-list/docs/_sass/_main.scss +19 -19
- data/node_modules/bulma-block-list/docs/assets/css/app.scss +6 -6
- data/node_modules/bulma-block-list/docs/index.html +260 -260
- data/node_modules/bulma-block-list/node_modules/bulma/CHANGELOG.md +1390 -1390
- data/node_modules/bulma-block-list/node_modules/bulma/LICENSE +21 -21
- data/node_modules/bulma-block-list/node_modules/bulma/README.md +130 -130
- data/node_modules/bulma-block-list/node_modules/bulma/bulma.sass +9 -9
- data/node_modules/bulma-block-list/node_modules/bulma/css/bulma.css +10854 -10854
- data/node_modules/bulma-block-list/node_modules/bulma/package.json +77 -77
- data/node_modules/bulma-block-list/node_modules/bulma/sass/base/_all.sass +5 -5
- data/node_modules/bulma-block-list/node_modules/bulma/sass/base/generic.sass +142 -142
- data/node_modules/bulma-block-list/node_modules/bulma/sass/base/helpers.sass +281 -281
- data/node_modules/bulma-block-list/node_modules/bulma/sass/base/minireset.sass +79 -79
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/_all.sass +15 -15
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/breadcrumb.sass +75 -75
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/card.sass +79 -79
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/dropdown.sass +81 -81
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/level.sass +77 -77
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/list.sass +39 -39
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/media.sass +50 -50
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/menu.sass +57 -57
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/message.sass +99 -99
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/modal.sass +113 -113
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/navbar.sass +441 -441
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/pagination.sass +150 -150
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/panel.sass +119 -119
- data/node_modules/bulma-block-list/node_modules/bulma/sass/components/tabs.sass +151 -151
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/_all.sass +15 -15
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/box.sass +24 -24
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/button.sass +323 -323
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/container.sass +24 -24
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/content.sass +155 -155
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/form.sass +1 -1
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/icon.sass +21 -21
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/image.sass +71 -71
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/notification.sass +43 -43
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/other.sass +39 -39
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/progress.sass +67 -67
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/table.sass +127 -127
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/tag.sass +128 -128
- data/node_modules/bulma-block-list/node_modules/bulma/sass/elements/title.sass +70 -70
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/_all.sass +8 -8
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/checkbox-radio.sass +21 -21
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/file.sass +180 -180
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/input-textarea.sass +64 -64
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/select.sass +85 -85
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/shared.sass +55 -55
- data/node_modules/bulma-block-list/node_modules/bulma/sass/form/tools.sass +205 -205
- data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/_all.sass +4 -4
- data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/columns.sass +504 -504
- data/node_modules/bulma-block-list/node_modules/bulma/sass/grid/tiles.sass +34 -34
- data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/_all.sass +5 -5
- data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/footer.sass +9 -9
- data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/hero.sass +145 -145
- data/node_modules/bulma-block-list/node_modules/bulma/sass/layout/section.sass +13 -13
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/_all.sass +8 -8
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/animations.sass +5 -5
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/controls.sass +50 -50
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/derived-variables.sass +106 -106
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/functions.sass +110 -110
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/initial-variables.sass +77 -77
- data/node_modules/bulma-block-list/node_modules/bulma/sass/utilities/mixins.sass +261 -261
- data/node_modules/bulma-block-list/package.json +56 -56
- data/node_modules/bulma-block-list/src/block-list.scss +108 -108
- data/node_modules/bulma-block-list/src/demo.scss +2 -2
- data/package-lock.json +28 -28
- data/package.json +20 -20
- metadata +16 -13
- data/_includes/hero.html +0 -11
- data/_includes/join.html +0 -30
- data/_includes/rating.html +0 -14
- data/_includes/review.html +0 -27
- data/_includes/share-buttons.html +0 -19
- data/_layouts/product-category.html +0 -42
- data/_layouts/product.html +0 -61
- data/_layouts/recipe.html +0 -98
- data/assets/css/highlight.css +0 -78
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: af299bef1df3f4b888b8b5f09eaadbe063ba6111673f50fb4d2e74c3caf39f17
|
|
4
|
+
data.tar.gz: 774374bf72b79dc7f5ce8742313f5317de21e10c4b63964dfe8367315bf0519d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4919f42bc26e4d094fe1801d80f1dae83b3cbd563abc97499f3eeeb632c18ebaed4e7f5e06b98b911aa06edda6bc65fd502c1838858866ffebdbba5e718e2b2d
|
|
7
|
+
data.tar.gz: 6a7af8e9095f318acf2b667d62d940c9eca9dc3e70765f3e5d49853288fa8a59bc815eaee71c8e376cbe17864e663e3dcbb450a7b5166efe37b2daec295947b2
|
data/README.md
CHANGED
|
@@ -1,73 +1,100 @@
|
|
|
1
|
-
# [Open Toolbox](https://
|
|
2
|
-
Tutte le risorse dei mastermind di programmazione di start2impact!
|
|
1
|
+
# [Open Toolbox](https://the.opentoolbox.online) 🧰 [](https://github.com/opentoolbox/theme/blob/main/LICENSE)
|
|
3
2
|
|
|
4
|
-
[](https://badge.fury.io/rb/jekyll-theme-opentoolbox)
|
|
4
|
+
[](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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
23
|
+
___
|
|
12
24
|
|
|
13
|
-
|
|
25
|
+
## 👥 Contributing
|
|
14
26
|
|
|
15
|
-
|
|
27
|
+
To contribute to this project please refer to our [rules]({{site.links.rules}}). They're not many, don't worry.
|
|
16
28
|
|
|
17
|
-
## 👨💻
|
|
29
|
+
## 👨💻 Local Development
|
|
18
30
|
|
|
19
31
|
### 🧪 Jekyll & Ruby
|
|
20
32
|
|
|
21
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
42
|
+
#### Install using package managers on Windows
|
|
29
43
|
|
|
30
|
-
|
|
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
|
-
|
|
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
|
-
|
|
47
|
-
|
|
66
|
+
#### Re-build
|
|
48
67
|
```bash
|
|
49
68
|
make build
|
|
50
69
|
```
|
|
51
70
|
|
|
52
|
-
|
|
53
|
-
|
|
71
|
+
#### Serve site in development mode
|
|
54
72
|
```bash
|
|
55
73
|
make start
|
|
56
74
|
```
|
|
57
75
|
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
---
|
|
61
|
-
|
|
62
|
-
# Contribuenti 💚 
|
|
63
|
-
|
|
64
|
-
[](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
|
-
|
|
83
|
+
# Contributors ❤ 
|
|
68
84
|
|
|
85
|
+
[](https://github.com/opentoolbox/theme/graphs/contributors)
|
|
69
86
|
|
|
70
|
-
|
|
87
|
+
You could also be here ☝
|
|
71
88
|
|
|
89
|
+
___
|
|
72
90
|
|
|
73
|
-
|
|
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>
|
data/_includes/banner.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
<section class="hero {% if page.
|
|
2
|
-
<div class="hero-body {% if page.
|
|
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.
|
|
18
|
-
<a href="{{ page.
|
|
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>
|
data/_includes/callouts.html
CHANGED
|
@@ -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
|
-
|
|
13
|
+
{% include icon.html category="fab" icon=icon size="4x" %}
|
|
13
14
|
{% else %}
|
|
14
|
-
|
|
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"
|
|
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>
|
data/_includes/disqus.html
CHANGED
|
@@ -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 %}
|
data/_includes/footer.html
CHANGED
|
@@ -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
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
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
|
-
|
|
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 %}
|
data/_includes/gallery.html
CHANGED
|
@@ -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>
|
data/_includes/header.html
CHANGED
|
@@ -1,31 +1,30 @@
|
|
|
1
|
-
<nav class="navbar
|
|
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
|
-
|
|
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 %}
|
data/_includes/icon.html
ADDED
data/_includes/image-modal.html
CHANGED
|
@@ -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>
|
data/_includes/latest-posts.html
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
<
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
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
|
+
|
data/_includes/menubar.html
CHANGED
|
@@ -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>
|
data/_includes/notification.html
CHANGED
|
@@ -1,17 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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>
|