Repository ufficiale del sito di Unitoo
Find a file
2022-09-02 15:52:21 +02:00
.well-known/matrix
_assets fix typo. add 'Modulo Grafene' to services 2022-07-01 14:07:01 +02:00
_i18n fixed typo 2022-09-02 15:52:21 +02:00
_includes update website git repo 2022-08-23 11:44:05 +02:00
_layouts
_pages fix typo. add 'Modulo Grafene' to services 2022-07-01 14:07:01 +02:00
_site fixed typo 2022-09-02 15:52:21 +02:00
public/assets
tag fix typo. add 'Modulo Grafene' to services 2022-07-01 14:07:01 +02:00
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
info_at_unitoo_dot_it.gpg
logo.png
package-lock.json fix typo. add 'Modulo Grafene' to services 2022-07-01 14:07:01 +02:00
package.json fix typo. add 'Modulo Grafene' to services 2022-07-01 14:07:01 +02:00
path.webmanifest
README.md fix typo. add 'Modulo Grafene' to services 2022-07-01 14:07:01 +02:00
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. Update language for tags titles

  3. Build Jekyll JEKYLL_BUILD=production bundle exec jekyll build