diff options
Diffstat (limited to 'archetypes/guide')
-rw-r--r-- | archetypes/guide/images/.gitkeep | 0 | ||||
-rw-r--r-- | archetypes/guide/index.md | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/archetypes/guide/images/.gitkeep b/archetypes/guide/images/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/archetypes/guide/images/.gitkeep | |||
diff --git a/archetypes/guide/index.md b/archetypes/guide/index.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/guide/index.md | |||
@@ -0,0 +1,6 @@ | |||
1 | --- | ||
2 | title: "{{ replace .Name "-" " " | title }}" | ||
3 | date: {{ .Date }} | ||
4 | draft: true | ||
5 | --- | ||
6 | |||