Repository ufficiale del sito di Unitoo
Find a file
2021-08-27 16:42:44 +02:00
.vscode
_assets implement analytics.js with assets 2021-08-27 16:31:53 +02:00
_i18n Remove animate and morphext 2021-08-27 13:09:00 +02:00
_includes implement analytics.js with assets 2021-08-27 16:31:53 +02:00
_layouts
_pages fix word wrap with new font family 2021-08-27 16:42:44 +02:00
_site fix word wrap with new font family 2021-08-27 16:42:44 +02:00
public/assets
webfonts
.dir-locals.el
.gitignore
.ignore
.ruby-version
404.html
_config.yml
apple-touch-icon.png
COPYING
favicon.ico
Gemfile
Gemfile.lock
icon-192.png
icon-512.png
index.html
logo.png
path.webmanifest
README.md
robots.txt
search.json add og:type to meta tag, remove custom font and use basic one 2021-08-27 12:44:13 +02:00
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