From 5f18159b3d598fe896e5574b144bcc4ce8c44d9e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 1 Jun 2012 23:29:16 +0200 Subject: Add initial blog post --- images/2012-06-01-wonka.jpg | Bin 0 -> 37106 bytes posts/2012-06-01-a-new-blog-is-born.markdown | 16 ++++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 images/2012-06-01-wonka.jpg create mode 100644 posts/2012-06-01-a-new-blog-is-born.markdown diff --git a/images/2012-06-01-wonka.jpg b/images/2012-06-01-wonka.jpg new file mode 100644 index 0000000..4e611e2 Binary files /dev/null and b/images/2012-06-01-wonka.jpg differ diff --git a/posts/2012-06-01-a-new-blog-is-born.markdown b/posts/2012-06-01-a-new-blog-is-born.markdown new file mode 100644 index 0000000..1a9866c --- /dev/null +++ b/posts/2012-06-01-a-new-blog-is-born.markdown @@ -0,0 +1,16 @@ +--- +title: A new blog is born +tags: meta, memes, Haskyll, Haskell +--- + +

Wonka: Oh, you have a blog now. You must have so many stories to tell!

+ +Okay, so I finally found time to build this new blog :) I finally got rid of all that crappy blog software written in PHP +and used Haskyll, a static page generator written in Haskell, to create it. Who is interested in the code used to generate +these pages can find it on [http://git.universe-factory.net/blog.universe-factory.net/](http://git.universe-factory.net/blog.universe-factory.net/). + +Those who know me will already have guessed what I plan to post on this blog: information about the development of my various Open Source projects; +Anime, Manga and Japanese in general; Metal Music; Art; and all other kinds of geeky stuff :D + +As this page is statically generated, there won't be a comment section. Contact information will follow soon, so if you have something to tell me, +you can just tell me by other means then :) \ No newline at end of file -- cgit v1.2.3