Initial Version

This commit is contained in:
Salar Rahmanian 2016-03-11 11:19:40 -05:00
commit 76ee2dd12c
91 changed files with 7690 additions and 0 deletions

8
archetypes/default.md Normal file
View file

@ -0,0 +1,8 @@
+++
title = ""
slug = ""
description = ""
tags = []
keywords = []
categories = []
+++

10
archetypes/page.md Normal file
View file

@ -0,0 +1,10 @@
+++
title = ""
slug = ""
description = ""
menu = "main"
keywords = [""]
categories = [""]
tags = [""]
+++