Repository ufficiale del sito di Unitoo
Find a file
2021-08-09 19:47:44 +02:00
.vscode
_assets fix: clean up typo _site folders. clean up unused fonts 2021-08-09 19:43:49 +02:00
_i18n feature: new page dedicated to Telegram Bot viable throught Telegram icon in the footer. Removed Facebook page and link. Upgrade to ruby 2.7.4 2021-08-08 17:54:45 +02:00
_includes fix: clean up typo _site folders. clean up unused fonts 2021-08-09 19:43:49 +02:00
_layouts
_pages feature: new page dedicated to Telegram Bot viable throught Telegram icon in the footer. Removed Facebook page and link. Upgrade to ruby 2.7.4 2021-08-08 17:54:45 +02:00
_site fix: beautify search.json 2021-08-09 19:47:44 +02:00
public/assets
tag feature: new page dedicated to Telegram Bot viable throught Telegram icon in the footer. Removed Facebook page and link. Upgrade to ruby 2.7.4 2021-08-08 17:54:45 +02:00
webfonts
.dir-locals.el fix: reduced JS and CSS weight (~ 50%). Reduced homepage background 2021-08-09 19:17:38 +02:00
.gitignore
.ruby-version feature: new page dedicated to Telegram Bot viable throught Telegram icon in the footer. Removed Facebook page and link. Upgrade to ruby 2.7.4 2021-08-08 17:54:45 +02:00
404.html
_config.yml
apple-touch-icon.png
COPYING
favicon.ico
Gemfile
Gemfile.lock
icon-192.png
icon-512.png
index.html
path.webmanifest
privacy.pdf
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