switch to octopress 3 (pre)

This commit is contained in:
2014-10-01 21:26:20 -04:00
parent 5ae7c91ad1
commit 9e50301564
7 changed files with 110 additions and 42 deletions

4
_templates/draft Normal file
View File

@ -0,0 +1,4 @@
---
layout: {{ layout }}
title: {{ title }}
---

4
_templates/page Normal file
View File

@ -0,0 +1,4 @@
---
layout: {{ layout }}
title: {{ title }}
---

5
_templates/post Normal file
View File

@ -0,0 +1,5 @@
---
layout: {{ layout }}
title: {{ title }}
date: {{ date }}
---