diff options
Diffstat (limited to 'data/example/posts')
-rw-r--r-- | data/example/posts/2012-11-28-example-post.markdown | 5 | ||||
-rw-r--r-- | data/example/posts/2012-12-07-running-hakyll.markdown | 7 |
2 files changed, 12 insertions, 0 deletions
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. |