init blog.
This commit is contained in:
commit
163fe4c81a
0
archetypes/.gitkeep
Normal file
0
archetypes/.gitkeep
Normal file
6
archetypes/default.md
Normal file
6
archetypes/default.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
3
config.toml
Normal file
3
config.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
baseURL = "https://blog.jpatric.io/"
|
||||
languageCode = "en-us"
|
||||
title = "Pilcrow"
|
0
content/.gitkeep
Normal file
0
content/.gitkeep
Normal file
0
data/.gitkeep
Normal file
0
data/.gitkeep
Normal file
0
layouts/.gitkeep
Normal file
0
layouts/.gitkeep
Normal file
0
static/.gitkeep
Normal file
0
static/.gitkeep
Normal file
0
themes/.gitkeep
Normal file
0
themes/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user