Repository ufficiale del sito di Unitoo
Find a file
Claudio Maradonna 17ac666e1e
Saving
2021-12-15 14:11:20 +01:00
.vscode
.well-known/matrix
_assets Saving 2021-12-15 14:11:20 +01:00
_i18n Saving 2021-12-15 14:11:20 +01:00
_includes Saving 2021-12-15 14:11:20 +01:00
_layouts
_pages Saving 2021-12-15 14:11:20 +01:00
_site Saving 2021-12-15 14:11:20 +01:00
public/assets
webfonts
.dir-locals.el
.gitignore
.ignore
.ruby-version
404.html
_config.yml missing directory 2021-08-30 12:24:27 +02:00
apple-touch-icon.png
COPYING
favicon.ico
Gemfile
Gemfile.lock
icon-192.png
icon-512.png
index.html Saving 2021-12-15 14:11:20 +01:00
logo.png
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