website/README.md

18 lines
294 B
Markdown
Raw Normal View History

2019-08-13 11:32:06 +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`