diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-01 23:29:16 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2012-06-01 23:29:16 +0200 |
commit | 5f18159b3d598fe896e5574b144bcc4ce8c44d9e (patch) | |
tree | 05ecf3a82251232c2719bc0adc3e6d5bd2002501 | |
parent | 0d7efbf2aa1d455631d2177141af43e3ee83404e (diff) | |
download | blog.universe-factory.net-5f18159b3d598fe896e5574b144bcc4ce8c44d9e.tar blog.universe-factory.net-5f18159b3d598fe896e5574b144bcc4ce8c44d9e.zip |
Add initial blog post
-rw-r--r-- | images/2012-06-01-wonka.jpg | bin | 0 -> 37106 bytes | |||
-rw-r--r-- | posts/2012-06-01-a-new-blog-is-born.markdown | 16 |
2 files changed, 16 insertions, 0 deletions
diff --git a/images/2012-06-01-wonka.jpg b/images/2012-06-01-wonka.jpg Binary files differnew file mode 100644 index 0000000..4e611e2 --- /dev/null +++ b/images/2012-06-01-wonka.jpg 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 +--- + +<p><img src="/images/2012-06-01-wonka.jpg" alt="Wonka: Oh, you have a blog now. You must have so many stories to tell!" /></p> + +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 |