diff options
-rwxr-xr-x | do' | 3 | ||||
l--------- | lists/zz_all/001 | 1 | ||||
-rw-r--r-- | posts/blog-documentation.md | 5 |
3 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,3 @@ | |||
1 | #!/bin/zsh | ||
2 | |||
3 | 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 @@ | |||
1 | % On the Origin of dirty-haskell.org | ||
2 | |||
3 | The software used is a trivially modified version of the one powering [math.kleen.org](http://math.kleen.org/lists/blog.html). | ||
4 | |||
5 | The title is without deeper meaning. \ No newline at end of file | ||