From 1cd451e7fae7109449833c006cc5d2eec64c27ae Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 12 Mar 2015 16:24:18 +0000 Subject: Post on blog architecture --- do' | 3 +++ lists/zz_all/001 | 1 + posts/blog-documentation.md | 5 +++++ 3 files changed, 9 insertions(+) create mode 100755 do' create mode 120000 lists/zz_all/001 create mode 100644 posts/blog-documentation.md diff --git a/do' b/do' new file mode 100755 index 0000000..1c3cc95 --- /dev/null +++ b/do' @@ -0,0 +1,3 @@ +#!/bin/zsh + +exec env PATH="$PATH:$(pwd)/.cabal-sandbox/bin" ./do $@ diff --git a/lists/zz_all/001 b/lists/zz_all/001 new file mode 120000 index 0000000..92c240d --- /dev/null +++ b/lists/zz_all/001 @@ -0,0 +1 @@ +../../posts/blog-documentation.md \ No newline at end of file diff --git a/posts/blog-documentation.md b/posts/blog-documentation.md new file mode 100644 index 0000000..7db843d --- /dev/null +++ b/posts/blog-documentation.md @@ -0,0 +1,5 @@ +% On the Origin of dirty-haskell.org + +The software used is a trivially modified version of the one powering [math.kleen.org](http://math.kleen.org/lists/blog.html). + +The title is without deeper meaning. \ No newline at end of file -- cgit v1.2.3