Repository ufficiale del sito di Unitoo
Find a file
2021-08-27 11:58:46 +02:00
.vscode
_assets fix logo.png asset position, outside manifest 2021-08-27 11:58:46 +02:00
_i18n
_includes fix #9, matomo and cookie javascript code inside relative js files 2021-08-25 00:27:38 +02:00
_layouts fix #9, matomo and cookie javascript code inside relative js files 2021-08-25 00:27:38 +02:00
_pages fix #6 2021-08-25 00:34:55 +02:00
_site fix logo.png asset position, outside manifest 2021-08-27 11:58:46 +02:00
public/assets
webfonts
.dir-locals.el
.gitignore
.ignore
.ruby-version
404.html
_config.yml fix logo.png asset position, outside manifest 2021-08-27 11:58:46 +02:00
apple-touch-icon.png
COPYING
favicon.ico
Gemfile
Gemfile.lock
icon-192.png
icon-512.png
index.html
logo.png fix logo.png asset position, outside manifest 2021-08-27 11:58:46 +02:00
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