This commit is contained in:
Justin Ethier 2016-08-05 21:45:32 -04:00
parent 87c874c4da
commit a0c6d92746
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,9 @@
---
layout: post
title: Test 1
excerpt: test 1
---
# {{ page.title }}
testing, 1, 2, 3...

View file

@ -0,0 +1,9 @@
---
layout: post
title: Test 2
excerpt: test 2
---
# {{ page.title }}
testing, 1, 2, 3...

13
news.md Normal file
View file

@ -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 %}