Repository ufficiale del sito di Unitoo
Find a file
2021-08-20 16:50:03 +02:00
.vscode
_assets Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
_i18n Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
_includes Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
_layouts Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
_pages Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
_site Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
public/assets
webfonts
.dir-locals.el fix: reduced JS and CSS weight (~ 50%). Reduced homepage background 2021-08-09 19:17:38 +02:00
.gitignore
.ignore Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
.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 Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
_config.yml Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
apple-touch-icon.png Fix favicon Chrome. Remove old favicons 2021-06-17 09:25:07 +02:00
COPYING
favicon.ico Fix favicon Chrome. Remove old favicons 2021-06-17 09:25:07 +02:00
Gemfile
Gemfile.lock
icon-192.png Fix favicon Chrome. Remove old favicons 2021-06-17 09:25:07 +02:00
icon-512.png Fix favicon Chrome. Remove old favicons 2021-06-17 09:25:07 +02:00
index.html Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
path.webmanifest Fix favicon Chrome. Remove old favicons 2021-06-17 09:25:07 +02:00
README.md
robots.txt
search.json
tag-generator.py Working on cleaning Boostrap 2021-08-20 16:50:03 +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. Build Jekyll JEKYLL_BUILD=production bundle exec jekyll build