Repository ufficiale del sito di Unitoo
Find a file
Claudio Maradonna 062d454a31
gzip website
2022-09-11 22:34:18 +02:00
.well-known/matrix
_assets
_i18n
_includes fixed missing language selector in mobile; fixed footer untranslated string 2022-09-11 12:12:47 +02:00
_layouts fix bug with tag-generator; jekyll bundle for production 2022-09-10 10:36:11 +02:00
_pages
_site gzip website 2022-09-11 22:34:18 +02:00
public/assets
tag fix bug with tag-generator; jekyll bundle for production 2022-09-10 10:36:11 +02:00
webfonts
.dir-locals.el
.gitignore
.ignore
.ruby-version
404.html
_config.yml gzip website 2022-09-11 22:34:18 +02:00
apple-touch-icon.png
COPYING
favicon.ico
Gemfile gzip website 2022-09-11 22:34:18 +02:00
Gemfile.lock gzip website 2022-09-11 22:34:18 +02:00
icon-192.png
icon-512.png
index.html
info_at_unitoo_dot_it.gpg
logo.png
package-lock.json
package.json
path.webmanifest
README.md
robots.txt
search.json
tag-generator.py fix bug with tag-generator; jekyll bundle for production 2022-09-10 10:36:11 +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. Update language for tags titles

  3. Build Jekyll JEKYLL_BUILD=production bundle exec jekyll build