Info about website.
This commit is contained in:
parent
f4d88e8c38
commit
4d06a9c6e3
|
@ -37,3 +37,12 @@ PATH=$PATH:$(pwd)/bin
|
||||||
./koch csource -d:release
|
./koch csource -d:release
|
||||||
./koch xz -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)
|
||||||
|
|
Loading…
Reference in New Issue