diff --git a/Gemfile b/Gemfile index 76ad049..ed6761c 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,7 @@ source 'https://rubygems.org' gem 'jekyll', '~> 4.2' +gem 'webrick', '~> 1.7' group :jekyll_plugins do gem 'jekyll-timeago', '~> 0.13.1' diff --git a/README.md b/README.md index d51af0d..b1cf48c 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,14 @@ -# Forty - Jekyll Theme +# Devol Website -A Jekyll version of the "Forty" theme by [HTML5 UP](https://html5up.net/). +Sito web per il collettivo Devol, per sostituire quello attualmente su [devol.it](https://devol.it) ![Forty Theme](assets/images/forty.jpg "Forty Theme") -# How to Use - -For those unfamiliar with how Jekyll works, check out [jekyllrb.com](https://jekyllrb.com/) for all the details, -or read up on just the basics of [front matter](https://jekyllrb.com/docs/frontmatter/), [writing posts](https://jekyllrb.com/docs/posts/), -and [creating pages](https://jekyllrb.com/docs/pages/). - -- **GitLab**: Simply fork this repository and start editing the `_config.yml` file! -- **GitHub**: -1. Fork this repository. -2. Set up a Personal Access Token ([instructions](https://jekyllrb.com/docs/continuous-integration/github-actions/#providing-permissions)) named `JEKYLL_PAT`. -3. The GitHub Actions workflow should have run when you forked the repo. This initial run will fail because of the missing `JEKYLL_PAT` secret not being set. Got to the workflow run and click "re-run all workflows". This time it should succeed. -4. Start editing the `_config.yml` file! - -> NOTE: GitHub Actions is required to deploy to GitHub Pages because GitHub [refuses to update their version of Jekyll](https://github.com/github/pages-gem/issues/651). - -# Added Features - -* **[Formspree.io](https://formspree.io/) contact form integration** - just add your email to the `_config.yml` and it works! -* Use `_config.yml` to **set whether the homepage tiles should pull pages or posts**, as well as how many to display. -* Add your **social profiles** easily in `_config.yml`. Only social profiles buttons you enter in `config.yml` show up on the site footer! -* Set **featured images** in front matter. - # Credits -Original README from HTML5 UP: +Questo sito utilizza un tema di [HTML5 UP](https://html5up.net/) adattato per Jekyll da [Andrew Banchich](https://github.com/andrewbanchich) + +README originale di HTML5 UP: ``` Forty by HTML5 UP @@ -67,5 +47,3 @@ Credits: Respond.js (j.mp/respondjs) Skel (skel.io) ``` - -Repository [Jekyll logo](https://github.com/jekyll/brand) icon licensed under a [Creative Commons Attribution 4.0 International License](http://choosealicense.com/licenses/cc-by-4.0/). diff --git a/_config.yml b/_config.yml index d4f3c61..4222415 100644 --- a/_config.yml +++ b/_config.yml @@ -1,35 +1,35 @@ # site settings -title: Forty -subtitle: by HTML5 UP -email: youremailaddress@gmail.com -description: A responsive site template designed by HTML5 Up
and released under the Creative Commons. -baseurl: "/forty-jekyll-theme" # the subpath of your site, e.g. /blog -url: # the base hostname & protocol for your site -author: -street_address: 1234 Somewhere Road -city: Nashville -state: TN -zip_code: 55555 -country: United States of America -phone: (716) 555-5555 +title: Devol +subtitle: Un web più libero è possibile +description: Un web più libero è possibile. +baseurl: "/devol-website" # the subpath of your site, e.g. /blog +url: https://LeonardoMantovani.github.io # the base hostname & protocol for your site + +# recapiti +email: admin@devol.it +newsletter: https://buttondown.email/devol +stanza-matrix: https://chat.mozilla.org/#/room/#mastodon:mozilla.org +pagina-ko-fi: https://ko-fi.com/devol +pagina-coindrop: https://coindrop.to/devol # homepage tiles tiles-source: pages # accepts "posts" or "pages" -tiles-count: 6 +tiles-count: 12 + +# profili social (fedi-socials' keys must match the name of a fedicon icon, +# socials' keys must match name of font awesome 4 icon) +fedi-socials: + Telegram: https://t.me/devolitalia + Mastodon: https://mastodon.uno/@devol + Peertube: + Writefreely: + Pixelfed: https://pixelfed.uno/devol + Funkwhale: + Mobilizon: + Gitea: https://gitea.it/devol/ -# social settings (key must match name of font awesome icon) -# see https://fontawesome.com/icons?d=gallery&p=2&s=brands -# Icons are not shown if value is empty -# You need to restart jekyll for changes to have an effect socials: - GitHub: https://github.com/andrewbanchich - GitLab: - Google-Plus: https://plus.google.com/u/0/+AndrewBanchich - Instagram: - LinkedIn: https://www.linkedin.com/in/andrew-banchich-a4ba1195 - Twitter: https://twitter.com/andrewbanchich - Facebook: - Slack: + GitHub: https://github.com/devolitalia # build settings markdown: kramdown @@ -41,4 +41,4 @@ exclude: - "*.gemspec" - LICENSE.md - CONTRIBUTING.md -- README.md +- README.md diff --git a/_includes/footer.html b/_includes/footer.html index 0bdf970..10795fb 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -4,7 +4,7 @@
- +
@@ -12,53 +12,61 @@
- +
+
+ +
+

Supportaci:

+

Con un caffé

+

Con criptovalute

+

Con Brave

+
+
@@ -67,6 +75,15 @@ diff --git a/_includes/head.html b/_includes/head.html index e8c8135..d1103a8 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -6,4 +6,16 @@ + + + + + + + + + + + + diff --git a/_includes/header.html b/_includes/header.html index 2086968..1bc9c04 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -23,8 +23,8 @@ {% endif %} {% endfor %} -