Repository ufficiale del sito di Unitoo
Find a file
2023-12-26 08:29:18 +01:00
.well-known/matrix Revert "remove well-known matrix" 2022-02-27 10:29:46 +01:00
_assets fix menu mobile 2022-09-24 16:06:20 +02:00
_i18n bundle update; remove phone number 2023-12-26 08:07:09 +01:00
_includes bundle update; remove phone number 2023-12-26 08:07:09 +01:00
_layouts fix bug with tag-generator; jekyll bundle for production 2022-09-10 10:36:11 +02:00
_pages first english translation 2022-09-09 18:11:19 +02:00
_site bundle update; remove phone number 2023-12-26 08:07:09 +01:00
public/assets
tag fix bug with tag-generator; jekyll bundle for production 2022-09-10 10:36:11 +02:00
webfonts
.dir-locals.el
.gitignore
.ignore
.ruby-version update to ruby 2.7.6, update bundler to ~> 2.3 2022-05-20 11:58:00 +02:00
404.html
_config.yml gzip website 2022-09-11 22:34:18 +02:00
apple-touch-icon.png
COPYING
Dockerfile better Dockerfile 2023-12-26 08:29:18 +01:00
favicon.ico
Gemfile gzip website 2022-09-11 22:34:18 +02:00
Gemfile.lock bundle update; remove phone number 2023-12-26 08:07:09 +01:00
icon-192.png
icon-512.png
index.html first english translation 2022-09-09 18:11:19 +02:00
info_at_unitoo_dot_it.gpg working on new site 2022-01-13 12:47:49 +01:00
logo.png
Makefile bundle update; remove phone number 2023-12-26 08:07:09 +01:00
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 better Dockerfile 2023-12-26 08:29:18 +01:00
robots.txt
search.json
tag-generator.py fix bug with tag-generator; jekyll bundle for production 2022-09-10 10:36:11 +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. Update language for tags titles

  3. Build Jekyll JEKYLL_BUILD=production bundle exec jekyll build

Build image

  1. docker build -t unitoo/website .

  2. docker push unitoo/website