Source files for https://chaoszone.cz
Go to file
nek0 bfa65f35ce extended readme 2017-11-11 22:08:51 +01:00
site mate 2017-11-10 17:52:47 +01:00
src renamed template 2017-11-10 17:21:08 +01:00
templates moving templates 2017-11-10 17:17:33 +01:00
.gitignore meta 2017-11-11 22:02:26 +01:00
ChangeLog.md init 2017-11-10 13:28:35 +01:00
README.md extended readme 2017-11-11 22:08:51 +01:00
Setup.hs init 2017-11-10 13:28:35 +01:00
chaoszone.cabal drop time version requirement 2017-11-10 14:29:45 +01:00
newpost.sh init 2017-11-10 13:28:35 +01:00

README.md

chaoszone.cz

The source files for the https://chaoszone.cz website.

New post

to write new posts just invoke newpost.sh. This will guide you through the process.

after you have written and saved the new post, add the post (you can find it in site/posts/) to the repo, commit and push it. The hook shoudl rebuild the site content.

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.