chaoszone.cz/README.md

19 lines
574 B
Markdown
Raw Normal View History

2017-11-11 22:02:26 +01:00
# chaoszone.cz
The source files for the <https://chaoszone.cz> website.
## New post
2017-11-12 17:21:35 +01:00
To write new posts just invoke `newpost.sh`. This will guide you through the
2017-11-11 22:02:26 +01:00
process.
2017-11-12 17:21:35 +01:00
After you have written and saved the new post, add the post (you can find it in
2018-11-08 21:37:12 +01:00
`site/posts/`) to the repo, commit and push it. Ping me at <nek0@nek0.eu> to
rebuild the blog.
2017-11-11 22:08:51 +01:00
## Altering building process
For altering the building process, you may edit the `src/Main.hs` file. To
actually see your results, contact me at <nek0@nek0.eu> so I can rebuild the
executable for the static site generator.