summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-08 19:16:44 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-12-08 19:16:44 +0100
commit64b372cf7ec8795b5061b36baf8505de02397835 (patch)
tree74a147968c96c105baef7d753004c4454c054ad1
parenta7c4efe474c2d4b0efd60339d54a908d3d10576d (diff)
downloaddirty-haskell.org-64b372cf7ec8795b5061b36baf8505de02397835.tar
dirty-haskell.org-64b372cf7ec8795b5061b36baf8505de02397835.tar.gz
dirty-haskell.org-64b372cf7ec8795b5061b36baf8505de02397835.tar.bz2
dirty-haskell.org-64b372cf7ec8795b5061b36baf8505de02397835.tar.xz
dirty-haskell.org-64b372cf7ec8795b5061b36baf8505de02397835.zip
Motivation of git-deploy.md
-rw-r--r--provider/posts/blog/git-deploy.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/provider/posts/blog/git-deploy.md b/provider/posts/blog/git-deploy.md
new file mode 100644
index 0000000..14745a6
--- /dev/null
+++ b/provider/posts/blog/git-deploy.md
@@ -0,0 +1,17 @@
1---
2title: dirty-haskell.orgĀ“s git-based publication system
3tags: Blog Software
4---
5
6Initially I set up dirty-haskell.org (which is currently powered by [hakyll]())
7to [rsync]() the results of compiling up onto my server whenever I intone
8`dirty-haskell deploy`{.sh}.
9
10In my ever continuing quest to have my life consist mostly of an array of git
11repositories however this didn't seem satisfactory.
12Therefore I configured my [gitolite]() instance to automatically compile und
13publish the current git version whenever I push to `master`.
14
15[hakyll]: https://jaspervdj.be/hakyll/
16[rsync]:
17[gitolite]: