Repository ufficiale del sito di Unitoo
Find a file
2022-06-10 15:54:22 +02:00
.vscode
.well-known/matrix
_assets
_i18n fix tag-generator. fix page tags. add missing translations, alt images too. bundle update. build production 2022-06-10 15:54:22 +02:00
_includes
_layouts fix tag-generator. fix page tags. add missing translations, alt images too. bundle update. build production 2022-06-10 15:54:22 +02:00
_pages fix tag-generator. fix page tags. add missing translations, alt images too. bundle update. build production 2022-06-10 15:54:22 +02:00
_site fix tag-generator. fix page tags. add missing translations, alt images too. bundle update. build production 2022-06-10 15:54:22 +02:00
public/assets
tag fix tag-generator. fix page tags. add missing translations, alt images too. bundle update. build production 2022-06-10 15:54:22 +02:00
webfonts
.dir-locals.el
.gitignore
.ignore
.ruby-version
404.html
_config.yml
apple-touch-icon.png
COPYING
favicon.ico
Gemfile fix tag-generator. fix page tags. add missing translations, alt images too. bundle update. build production 2022-06-10 15:54:22 +02:00
Gemfile.lock fix tag-generator. fix page tags. add missing translations, alt images too. bundle update. build production 2022-06-10 15:54:22 +02:00
icon-192.png
icon-512.png
index.html
info_at_unitoo_dot_it.gpg
logo.png
path.webmanifest
README.md
robots.txt
search.json
tag-generator.py fix tag-generator. fix page tags. add missing translations, alt images too. bundle update. build production 2022-06-10 15:54:22 +02:00

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