diff options
Diffstat (limited to 'themes/hugo-coder/archetypes')
| -rw-r--r-- | themes/hugo-coder/archetypes/default.md | 6 | ||||
| -rw-r--r-- | themes/hugo-coder/archetypes/posts.md | 12 |
2 files changed, 18 insertions, 0 deletions
diff --git a/themes/hugo-coder/archetypes/default.md b/themes/hugo-coder/archetypes/default.md new file mode 100644 index 0000000..c2de8e4 --- /dev/null +++ b/themes/hugo-coder/archetypes/default.md | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | +++ | ||
| 2 | draft = true | ||
| 3 | date = {{ .Date }} | ||
| 4 | title = "" | ||
| 5 | slug = "" | ||
| 6 | +++ | ||
diff --git a/themes/hugo-coder/archetypes/posts.md b/themes/hugo-coder/archetypes/posts.md new file mode 100644 index 0000000..76242f8 --- /dev/null +++ b/themes/hugo-coder/archetypes/posts.md | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | +++ | ||
| 2 | draft = true | ||
| 3 | date = {{ .Date }} | ||
| 4 | title = "" | ||
| 5 | description = "" | ||
| 6 | slug = "" | ||
| 7 | authors = [] | ||
| 8 | tags = [] | ||
| 9 | categories = [] | ||
| 10 | externalLink = "" | ||
| 11 | series = [] | ||
| 12 | +++ | ||
