Repository ufficiale del sito di Unitoo
Go to file
Claudio Maradonna 28be318818
fix #12
2022-05-20 10:19:24 +02:00
.vscode New website. Italy version is ready 2021-01-28 16:05:16 +01:00
.well-known/matrix Revert "remove well-known matrix" 2022-02-27 10:29:46 +01:00
_assets fix #13. fix matomo/analytics defer problems 2022-05-20 09:11:21 +02:00
_i18n fix #12 2022-05-20 10:19:24 +02:00
_includes fix #13. fix matomo/analytics defer problems 2022-05-20 09:11:21 +02:00
_layouts fix #9, matomo and cookie javascript code inside relative js files 2021-08-25 00:27:38 +02:00
_pages fix #12 2022-05-20 10:19:24 +02:00
_site fix #12 2022-05-20 10:19:24 +02:00
public/assets
tag new text. use sha512sum instead of md5. jekyll build 2022-05-13 16:31:52 +02:00
webfonts Working on 2021 site 2020-12-29 21:40:17 +01:00
.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
COPYING
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
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
_config.yml fix fediverse urls 2022-03-04 10:26:46 +01:00
apple-touch-icon.png Fix favicon Chrome. Remove old favicons 2021-06-17 09:25:07 +02:00
favicon.ico Fix favicon Chrome. Remove old favicons 2021-06-17 09:25:07 +02:00
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 fix #12 2022-05-20 10:19:24 +02:00
info_at_unitoo_dot_it.gpg working on new site 2022-01-13 12:47:49 +01:00
logo.png fix logo.png asset position, outside manifest 2021-08-27 11:58:46 +02:00
path.webmanifest Fix favicon Chrome. Remove old favicons 2021-06-17 09:25:07 +02:00
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

README.md

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