diff options
author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-12-08 19:16:44 +0100 |
---|---|---|
committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-12-08 19:16:44 +0100 |
commit | 64b372cf7ec8795b5061b36baf8505de02397835 (patch) | |
tree | 74a147968c96c105baef7d753004c4454c054ad1 /provider/posts/blog | |
parent | a7c4efe474c2d4b0efd60339d54a908d3d10576d (diff) | |
download | dirty-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
Diffstat (limited to 'provider/posts/blog')
-rw-r--r-- | provider/posts/blog/git-deploy.md | 17 |
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 | --- | ||
2 | title: dirty-haskell.orgĀ“s git-based publication system | ||
3 | tags: Blog Software | ||
4 | --- | ||
5 | |||
6 | Initially I set up dirty-haskell.org (which is currently powered by [hakyll]()) | ||
7 | to [rsync]() the results of compiling up onto my server whenever I intone | ||
8 | `dirty-haskell deploy`{.sh}. | ||
9 | |||
10 | In my ever continuing quest to have my life consist mostly of an array of git | ||
11 | repositories however this didn't seem satisfactory. | ||
12 | Therefore I configured my [gitolite]() instance to automatically compile und | ||
13 | publish the current git version whenever I push to `master`. | ||
14 | |||
15 | [hakyll]: https://jaspervdj.be/hakyll/ | ||
16 | [rsync]: | ||
17 | [gitolite]: | ||