This commit is contained in:
nek0 2017-11-11 22:02:26 +01:00
parent 4ff105d8c0
commit 7a2bee524e
2 changed files with 31 additions and 0 deletions

19
.gitignore vendored Normal file
View File

@ -0,0 +1,19 @@
dist
cabal-dev
*.o
*.hi
*.chi
*.chs.h
*.dyn_o
*.dyn_hi
.hpc
.hsenv
.cabal-sandbox/
cabal.sandbox.config
*.prof
*.aux
*.hp
.stack-work/
_cache/
_site/
drafts/

12
README.md Normal file
View File

@ -0,0 +1,12 @@
# 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.