Repository ufficiale del sito di Unitoo
Find a file
2021-07-29 17:12:03 +02:00
.vscode
_assets Fix favicon Chrome. Remove old favicons 2021-06-17 09:25:07 +02:00
_i18n fix text technical_advice 2021-06-17 23:12:04 +02:00
_includes update site git sources 2021-07-29 17:12:03 +02:00
_layouts
_pages fix text technical_advice 2021-06-17 23:12:04 +02:00
_site update site git sources 2021-07-29 17:12:03 +02:00
public/assets
tag
webfonts
.gitignore
.ruby-version
404.html
_config.yml
apple-touch-icon.png Fix favicon Chrome. Remove old favicons 2021-06-17 09:25:07 +02:00
COPYING
favicon.ico Fix favicon Chrome. Remove old favicons 2021-06-17 09:25:07 +02:00
Gemfile
Gemfile.lock
icon-192.png Fix favicon Chrome. Remove old favicons 2021-06-17 09:25:07 +02:00
icon-512.png Fix favicon Chrome. Remove old favicons 2021-06-17 09:25:07 +02:00
index.html
path.webmanifest Fix favicon Chrome. Remove old favicons 2021-06-17 09:25:07 +02:00
privacy.pdf
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