Repository ufficiale del sito di Unitoo
Find a file
Claudio Maradonna 28be318818
fix #12
2022-05-20 10:19:24 +02:00
.vscode
.well-known/matrix
_assets fix #13. fix matomo/analytics defer problems 2022-05-20 09:11:21 +02:00
_i18n fix #12 2022-05-20 10:19:24 +02:00
_includes fix #13. fix matomo/analytics defer problems 2022-05-20 09:11:21 +02:00
_layouts
_pages fix #12 2022-05-20 10:19:24 +02:00
_site fix #12 2022-05-20 10:19:24 +02:00
public/assets
tag new text. use sha512sum instead of md5. jekyll build 2022-05-13 16:31:52 +02:00
webfonts
.dir-locals.el
.gitignore
.ignore
.ruby-version
404.html
_config.yml fix fediverse urls 2022-03-04 10:26:46 +01:00
apple-touch-icon.png
COPYING
favicon.ico
Gemfile
Gemfile.lock
icon-192.png
icon-512.png
index.html fix #12 2022-05-20 10:19:24 +02:00
info_at_unitoo_dot_it.gpg
logo.png
path.webmanifest
README.md
robots.txt
search.json
tag-generator.py

unitoo-site

New Unitoo website based on Jekyll

How to contribute

Start dev server

bundle exec jekyll serve and go to localhost:4000

Build for production

  1. Generate tags python3 tag-generator.py

  2. Build Jekyll JEKYLL_BUILD=production bundle exec jekyll build