Repository ufficiale del sito di Unitoo
Find a file
Claudio Maradonna 7965451a99 Merge branch 'master' into 'master'
remove unused dep. compression on

See merge request unitoo/websites/unitoo-site!69
2021-06-15 12:14:41 +00:00
.vscode New website. Italy version is ready 2021-01-28 16:05:16 +01:00
_assets Replace vendor css and js with gems. Using sprockets. Update bundle. Remove old folders and unused files 2021-06-15 14:01:04 +02:00
_i18n Replace vendor css and js with gems. Using sprockets. Update bundle. Remove old folders and unused files 2021-06-15 14:01:04 +02:00
_includes Replace vendor css and js with gems. Using sprockets. Update bundle. Remove old folders and unused files 2021-06-15 14:01:04 +02:00
_layouts Added menu for mobile! 2021-02-02 21:24:42 +01:00
_pages Replace vendor css and js with gems. Using sprockets. Update bundle. Remove old folders and unused files 2021-06-15 14:01:04 +02:00
_site remove unused dep. compression on 2021-06-15 14:13:19 +02:00
public/assets First page commit 2019-08-13 15:16:48 +02:00
tag Fix error from spaces inside tags. Build production 2021-02-01 14:37:29 +01:00
webfonts Working on 2021 site 2020-12-29 21:40:17 +01:00
.gitignore Push 2019-08-14 16:22:22 +02:00
.ruby-version Update communication page. Added channel page. Fixed radio page. 2020-06-21 11:31:58 +02:00
404.html First page commit 2019-08-13 15:16:48 +02:00
_config.yml remove unused dep. compression on 2021-06-15 14:13:19 +02:00
COPYING First page commit 2019-08-13 15:16:48 +02:00
favicon-192.png Final fix favicon 2020-01-08 16:47:05 +01:00
favicon.ico First page commit 2019-08-13 15:16:48 +02:00
favicon.png Final fix favicon 2020-01-08 16:47:05 +01:00
Gemfile remove unused dep. compression on 2021-06-15 14:13:19 +02:00
Gemfile.lock remove unused dep. compression on 2021-06-15 14:13:19 +02:00
index.html Replace vendor css and js with gems. Using sprockets. Update bundle. Remove old folders and unused files 2021-06-15 14:01:04 +02:00
privacy.pdf Replace vendor css and js with gems. Using sprockets. Update bundle. Remove old folders and unused files 2021-06-15 14:01:04 +02:00
README.md Replace vendor css and js with gems. Using sprockets. Update bundle. Remove old folders and unused files 2021-06-15 14:01:04 +02:00
robots.txt Trying to add robots.txt 2020-04-05 09:48:49 +02:00
search.json Replace vendor css and js with gems. Using sprockets. Update bundle. Remove old folders and unused files 2021-06-15 14:01:04 +02:00
tag-generator.py Fixed tag generator 2019-08-14 16:47:29 +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