From 251e1126c38eafca2890c3bfd268956624cf3397 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 7 Dec 2012 11:36:20 +0100 Subject: Bit of work on example site --- data/example/posts/2012-11-28-example-post.markdown | 5 +++++ data/example/posts/2012-12-07-running-hakyll.markdown | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 data/example/posts/2012-11-28-example-post.markdown create mode 100644 data/example/posts/2012-12-07-running-hakyll.markdown (limited to 'data/example/posts') diff --git a/data/example/posts/2012-11-28-example-post.markdown b/data/example/posts/2012-11-28-example-post.markdown new file mode 100644 index 0000000..9b09631 --- /dev/null +++ b/data/example/posts/2012-11-28-example-post.markdown @@ -0,0 +1,5 @@ +--- +title: An example post +--- + +This is an example post. diff --git a/data/example/posts/2012-12-07-running-hakyll.markdown b/data/example/posts/2012-12-07-running-hakyll.markdown new file mode 100644 index 0000000..cc1ea65 --- /dev/null +++ b/data/example/posts/2012-12-07-running-hakyll.markdown @@ -0,0 +1,7 @@ +--- +title: Up and running with Hakyll! +--- + +# Up and running with Hakyll! + +Congratulations, you succesfully compiled your Hakyll blog. -- cgit v1.2.3