Repository ufficiale del sito di Unitoo
Go to file
Claudio Maradonna 12ae3ccbe7
update with RSS feed; remove old referral links
2023-12-27 13:04:18 +01:00
.well-known/matrix Revert "remove well-known matrix" 2022-02-27 10:29:46 +01:00
_assets update with RSS feed; remove old referral links 2023-12-27 13:04:18 +01:00
_i18n update with RSS feed; remove old referral links 2023-12-27 13:04:18 +01:00
_includes update with RSS feed; remove old referral links 2023-12-27 13:04:18 +01:00
_layouts fix bug with tag-generator; jekyll bundle for production 2022-09-10 10:36:11 +02:00
_pages update with RSS feed; remove old referral links 2023-12-27 13:04:18 +01:00
_site update with RSS feed; remove old referral links 2023-12-27 13:04:18 +01:00
public/assets First page commit 2019-08-13 15:16:48 +02:00
tag update with RSS feed; remove old referral links 2023-12-27 13:04:18 +01: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 Push 2019-08-14 16:22:22 +02:00
.ignore Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
.ruby-version update to ruby 2.7.6, update bundler to ~> 2.3 2022-05-20 11:58:00 +02:00
404.html Working on cleaning Boostrap 2021-08-20 16:50:03 +02:00
COPYING First page commit 2019-08-13 15:16:48 +02:00
Dockerfile better Dockerfile 2023-12-26 08:29:18 +01:00
Gemfile gzip website 2022-09-11 22:34:18 +02:00
Gemfile.lock bundle update; remove phone number 2023-12-26 08:07:09 +01:00
Makefile update README; update Makefile 2023-12-26 08:48:25 +01:00
README.md update README; update Makefile 2023-12-26 08:48:25 +01:00
_config.yml gzip website 2022-09-11 22:34:18 +02: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 update with RSS feed; remove old referral links 2023-12-27 13:04:18 +01: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
package-lock.json fix typo. add 'Modulo Grafene' to services 2022-07-01 14:07:01 +02:00
package.json fix typo. add 'Modulo Grafene' to services 2022-07-01 14:07:01 +02:00
path.webmanifest Fix favicon Chrome. Remove old favicons 2021-06-17 09:25:07 +02:00
robots.txt Trying to add robots.txt 2020-04-05 09:48:49 +02:00
rss.opml update with RSS feed; remove old referral links 2023-12-27 13:04:18 +01:00
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 fix bug with tag-generator; jekyll bundle for production 2022-09-10 10:36:11 +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. Update language for tags titles

  3. Build Jekyll JEKYLL_BUILD=production bundle exec jekyll build

Build image

docker buildx build --platform linux/arm64,linux/amd64 -t unitoo/website --push .