Info about website.

This commit is contained in:
Dominik Picheta 2017-09-07 21:26:41 +01:00
parent f4d88e8c38
commit 4d06a9c6e3
1 changed files with 9 additions and 0 deletions

View File

@ -37,3 +37,12 @@ PATH=$PATH:$(pwd)/bin
./koch csource -d:release
./koch xz -d:release
```
## Website
- Create a new blog post in `_drafts`
- When ready to release:
- move the blog post into `_posts`
- modify config.yml's `version` key to the new version
- `git commit`
- `git push live master` (the `live` remote is a strict secret)