Repository ufficiale del sito di Unitoo
Find a file
Claudio Maradonna a05efa805d Merge branch 'master' into 'master'
Replace vendor css and js with gems. Using sprockets. Update bundle. Remove...

See merge request unitoo/websites/unitoo-site!68
2021-06-15 12:03:07 +00:00
.vscode
_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
_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 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
public/assets
tag
webfonts
.gitignore
.ruby-version
404.html
_config.yml 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
COPYING
favicon-192.png
favicon.ico
favicon.png
Gemfile 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
Gemfile.lock 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
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
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

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