Repository ufficiale del sito di Unitoo
Find a file
Claudio Maradonna d28e9b16a7
fix permalinks
2021-12-15 14:49:28 +01:00
.vscode
.well-known/matrix matrix well-known 2021-08-30 12:20:59 +02:00
_assets implement analytics.js with assets 2021-08-27 16:31:53 +02:00
_i18n Remove animate and morphext 2021-08-27 13:09:00 +02:00
_includes implement analytics.js with assets 2021-08-27 16:31:53 +02:00
_layouts fix #9, matomo and cookie javascript code inside relative js files 2021-08-25 00:27:38 +02:00
_pages fix permalinks 2021-12-15 14:49:28 +01:00
_site fix error build production 2021-12-15 14:39:39 +01:00
public/assets
tag fix error build production 2021-12-15 14:39:39 +01:00
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
404.html Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
_config.yml missing directory 2021-08-30 12:24:27 +02:00
apple-touch-icon.png
COPYING
favicon.ico
Gemfile
Gemfile.lock
icon-192.png
icon-512.png
index.html Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
logo.png fix logo.png asset position, outside manifest 2021-08-27 11:58:46 +02:00
path.webmanifest
README.md
robots.txt
search.json add og:type to meta tag, remove custom font and use basic one 2021-08-27 12:44:13 +02:00
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