Repository ufficiale del sito di Unitoo
Find a file
2021-08-21 19:14:52 +02:00
.vscode
_assets Bootstrap cleanup almost done. Small header image home page 2021-08-21 19:14:52 +02:00
_i18n Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
_includes working on bootstrap cleaning 2021-08-20 16:50:38 +02:00
_layouts Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
_pages Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
_site Bootstrap cleanup almost done. Small header image home page 2021-08-21 19:14:52 +02:00
public/assets
webfonts
.dir-locals.el
.gitignore
.ignore Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
.ruby-version
404.html Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
_config.yml Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
apple-touch-icon.png
COPYING
favicon.ico
Gemfile
Gemfile.lock
icon-192.png
icon-512.png
index.html Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
path.webmanifest
README.md
robots.txt
search.json
tag-generator.py Working on cleaning Boostrap 2021-08-20 16:50:03 +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. Build Jekyll JEKYLL_BUILD=production bundle exec jekyll build