From 7a2bee524e3e9f3fded1ca1f24a67967a631602c Mon Sep 17 00:00:00 2001 From: nek0 Date: Sat, 11 Nov 2017 22:02:26 +0100 Subject: [PATCH] meta --- .gitignore | 19 +++++++++++++++++++ README.md | 12 ++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..822e2d8 --- /dev/null +++ b/.gitignore @@ -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/ diff --git a/README.md b/README.md new file mode 100644 index 0000000..dd96bd1 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# chaoszone.cz + +The source files for the 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.