forked from Unitoo/unitoo-site
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 day ago | |
---|---|---|
.vscode | 1 year ago | |
.well-known/matrix | 9 months ago | |
_assets | 1 week ago | |
_i18n | 1 week ago | |
_includes | 1 day ago | |
_layouts | 9 months ago | |
_pages | 1 week ago | |
_site | 1 day ago | |
public/assets | 3 years ago | |
tag | 4 months ago | |
webfonts | 1 year ago | |
.dir-locals.el | 10 months ago | |
.gitignore | 3 years ago | |
.ignore | 9 months ago | |
.ruby-version | 1 week ago | |
404.html | 9 months ago | |
COPYING | 3 years ago | |
Gemfile | 12 months ago | |
Gemfile.lock | 1 week ago | |
README.md | 12 months ago | |
_config.yml | 3 months ago | |
apple-touch-icon.png | 12 months ago | |
favicon.ico | 12 months ago | |
icon-192.png | 12 months ago | |
icon-512.png | 12 months ago | |
index.html | 1 week ago | |
info_at_unitoo_dot_it.gpg | 5 months ago | |
logo.png | 9 months ago | |
path.webmanifest | 12 months ago | |
robots.txt | 2 years ago | |
search.json | 9 months ago | |
tag-generator.py | 9 months ago |
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
-
Generate tags
python3 tag-generator.py
-
Build Jekyll
JEKYLL_BUILD=production bundle exec jekyll build