Repository ufficiale del sito di Unitoo
Find a file
2023-12-26 08:48:25 +01:00
.well-known/matrix
_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
_pages
_site bundle update; remove phone number 2023-12-26 08:07:09 +01:00
public/assets
tag
webfonts
.dir-locals.el
.gitignore
.ignore
.ruby-version
404.html
_config.yml
apple-touch-icon.png
COPYING
Dockerfile better Dockerfile 2023-12-26 08:29:18 +01:00
favicon.ico
Gemfile
Gemfile.lock bundle update; remove phone number 2023-12-26 08:07:09 +01:00
icon-192.png
icon-512.png
index.html
info_at_unitoo_dot_it.gpg
logo.png
Makefile update README; update Makefile 2023-12-26 08:48:25 +01:00
package-lock.json
package.json
path.webmanifest
README.md update README; update Makefile 2023-12-26 08:48:25 +01: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

Build image

docker buildx build --platform linux/arm64,linux/amd64 -t unitoo/website --push .