From b570deb1131fe46c574e0519ef272526583ce5c8 Mon Sep 17 00:00:00 2001 From: Oskari Timperi Date: Mon, 5 Aug 2013 13:47:24 +0300 Subject: first post --- _layouts/default.html | 12 ++++++++++++ _layouts/post.html | 7 +++++++ _posts/2013-08-05-first-post.md | 8 ++++++++ eka.md | 7 ------- index.html | 10 ++++++++++ 5 files changed, 37 insertions(+), 7 deletions(-) create mode 100644 _layouts/default.html create mode 100644 _layouts/post.html create mode 100644 _posts/2013-08-05-first-post.md delete mode 100644 eka.md create mode 100644 index.html diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..23a7213 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,12 @@ + + + + + {{ page.title }} + + + + +{{ content }} + + diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..61bed2a --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,7 @@ +--- +layout: default +--- + +
+ {{ content }} +
diff --git a/_posts/2013-08-05-first-post.md b/_posts/2013-08-05-first-post.md new file mode 100644 index 0000000..f5df362 --- /dev/null +++ b/_posts/2013-08-05-first-post.md @@ -0,0 +1,8 @@ +--- +layout: post +title: First post +--- + +# {{ page.title }} + +Just testin'. diff --git a/eka.md b/eka.md deleted file mode 100644 index 4a47945..0000000 --- a/eka.md +++ /dev/null @@ -1,7 +0,0 @@ -# Testing - -This is a test. - -- eka -- toka -- kolmas diff --git a/index.html b/index.html new file mode 100644 index 0000000..438a1d2 --- /dev/null +++ b/index.html @@ -0,0 +1,10 @@ +--- +layout: default +title: Oskari Timperi +--- + + -- cgit v1.2.3