Initial pages site

This commit is contained in:
Deon George
2018-03-07 15:58:54 +11:00
parent 12239ff76e
commit 9cee828d19
69 changed files with 25440 additions and 0 deletions

7
scaffolds/draft.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: {{ title }}
subtitle:
catalog: true
header-img:
tags:
---

6
scaffolds/page.md Normal file
View File

@@ -0,0 +1,6 @@
---
title: {{ title }}
date: {{ date }}
description:
header-img: "img/home-bg.jpg"
---

8
scaffolds/post.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: {{ title }}
subtitle:
date: {{ date }}
catalog: true
header-img:
tags:
---