website/README.md
2023-12-26 08:29:18 +01:00

26 lines
422 B
Markdown

# 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
1. `docker build -t unitoo/website .`
2. `docker push unitoo/website`