init blog.

This commit is contained in:
James Patrick 2019-10-15 19:06:53 -04:00
commit 163fe4c81a
8 changed files with 9 additions and 0 deletions

0
archetypes/.gitkeep Normal file
View File

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

3
config.toml Normal file
View File

@ -0,0 +1,3 @@
baseURL = "https://blog.jpatric.io/"
languageCode = "en-us"
title = "Pilcrow"

0
content/.gitkeep Normal file
View File

0
data/.gitkeep Normal file
View File

0
layouts/.gitkeep Normal file
View File

0
static/.gitkeep Normal file
View File

0
themes/.gitkeep Normal file
View File