chaoszone.cz/README.md

19 lines
574 B
Markdown
Raw Normal View History

2017-11-11 21:02:26 +00:00
# chaoszone.cz
The source files for the <https://chaoszone.cz> website.
## New post
2017-11-12 16:21:35 +00:00
To write new posts just invoke `newpost.sh`. This will guide you through the
2017-11-11 21:02:26 +00:00
process.
2017-11-12 16:21:35 +00:00
After you have written and saved the new post, add the post (you can find it in
2018-11-08 20:37:12 +00:00
`site/posts/`) to the repo, commit and push it. Ping me at <nek0@nek0.eu> to
rebuild the blog.
2017-11-11 21:08:51 +00: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.