meta
This commit is contained in:
parent
4ff105d8c0
commit
7a2bee524e
2 changed files with 31 additions and 0 deletions
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal 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
12
README.md
Normal 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.
|
Loading…
Reference in a new issue