From 64b372cf7ec8795b5061b36baf8505de02397835 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 8 Dec 2016 19:16:44 +0100 Subject: Motivation of git-deploy.md --- provider/posts/blog/git-deploy.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 provider/posts/blog/git-deploy.md 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 @@ +--- +title: dirty-haskell.orgĀ“s git-based publication system +tags: Blog Software +--- + +Initially I set up dirty-haskell.org (which is currently powered by [hakyll]()) +to [rsync]() the results of compiling up onto my server whenever I intone +`dirty-haskell deploy`{.sh}. + +In my ever continuing quest to have my life consist mostly of an array of git +repositories however this didn't seem satisfactory. +Therefore I configured my [gitolite]() instance to automatically compile und +publish the current git version whenever I push to `master`. + +[hakyll]: https://jaspervdj.be/hakyll/ +[rsync]: +[gitolite]: -- cgit v1.2.3