From a0c6d92746f687313be0806a3c7577bb2319e5f1 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Fri, 5 Aug 2016 21:45:32 -0400 Subject: [PATCH] Testing --- _posts/2016-08-05-Test.md | 9 +++++++++ _posts/2016-08-06-Test2.md | 9 +++++++++ news.md | 13 +++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 _posts/2016-08-05-Test.md create mode 100644 _posts/2016-08-06-Test2.md create mode 100644 news.md diff --git a/_posts/2016-08-05-Test.md b/_posts/2016-08-05-Test.md new file mode 100644 index 00000000..ee248ee8 --- /dev/null +++ b/_posts/2016-08-05-Test.md @@ -0,0 +1,9 @@ +--- +layout: post +title: Test 1 +excerpt: test 1 +--- + +# {{ page.title }} + +testing, 1, 2, 3... diff --git a/_posts/2016-08-06-Test2.md b/_posts/2016-08-06-Test2.md new file mode 100644 index 00000000..aabaa75f --- /dev/null +++ b/_posts/2016-08-06-Test2.md @@ -0,0 +1,9 @@ +--- +layout: post +title: Test 2 +excerpt: test 2 +--- + +# {{ page.title }} + +testing, 1, 2, 3... diff --git a/news.md b/news.md new file mode 100644 index 00000000..cc004d4e --- /dev/null +++ b/news.md @@ -0,0 +1,13 @@ +--- +layout: main +title: News +ghproj: "http://github.com/justinethier/cyclone/tree/master/" +--- + +{% for post in site.posts %} + {{post.date | date: "%b %d %Y" }} + [{{post.title}}]({{post.url}}) + {{post.excerpt}} + +{% endfor %} +