forked from unitoo/website
Repository ufficiale del sito di Unitoo
.vscode | ||
_assets | ||
_i18n | ||
_includes | ||
_layouts | ||
_pages | ||
_site | ||
public/assets | ||
tag | ||
webfonts | ||
.gitignore | ||
.ruby-version | ||
404.html | ||
_config.yml | ||
COPYING | ||
favicon-192.png | ||
favicon.ico | ||
favicon.png | ||
Gemfile | ||
Gemfile.lock | ||
index.html | ||
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
-
Generate tags
python3 tag-generator.py
-
Build Jekyll
JEKYLL_BUILD=production bundle exec jekyll build