Initial commit.

This commit is contained in:
Shawn O'Hare 2015-12-29 18:35:20 -08:00
commit b3a2e36507
50 changed files with 2152 additions and 0 deletions
archetypes

10
archetypes/page.md Normal file
View file

@ -0,0 +1,10 @@
+++
math = false
meta = false
toc = false
author = "AUTHOR NAME"
+++
<!--more-->

10
archetypes/post.md Normal file
View file

@ -0,0 +1,10 @@
+++
math = false
meta = true
toc = true
author = "AUTHOR NAME"
+++
<!--more-->