aboutsummaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorDimitri Staessens <dimitri@ouroboros.rocks>2019-10-06 21:10:46 +0200
committerDimitri Staessens <dimitri@ouroboros.rocks>2019-10-06 21:10:46 +0200
commit568553394d0a8b34668a75c9839a0f1f426469b2 (patch)
tree175c08844f05611b059ba6900fb6519dbbc735d2 /archetypes
parentd5d6f70371958eec0679831abd283498ff2731e5 (diff)
downloadwebsite-568553394d0a8b34668a75c9839a0f1f426469b2.tar.gz
website-568553394d0a8b34668a75c9839a0f1f426469b2.zip
theme: Switch to docsy theme
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/default.md10
-rw-r--r--archetypes/page.md8
-rw-r--r--archetypes/section.md6
3 files changed, 0 insertions, 24 deletions
diff --git a/archetypes/default.md b/archetypes/default.md
deleted file mode 100644
index 33b7e3d..0000000
--- a/archetypes/default.md
+++ /dev/null
@@ -1,10 +0,0 @@
----
-title: "{{ replace .Name "-" " " | title }}"
-description: ""
-date: {{ .Date }}
-publishDate: {{ .Date }}
-author: "John Doe"
-images: []
-draft: true
-tags: []
---- \ No newline at end of file
diff --git a/archetypes/page.md b/archetypes/page.md
deleted file mode 100644
index 2789892..0000000
--- a/archetypes/page.md
+++ /dev/null
@@ -1,8 +0,0 @@
----
-title: "{{ replace .Name "-" " " | title }}"
-description: ""
-images: []
-draft: true
-menu: main
-weight: 0
---- \ No newline at end of file
diff --git a/archetypes/section.md b/archetypes/section.md
deleted file mode 100644
index efe83a1..0000000
--- a/archetypes/section.md
+++ /dev/null
@@ -1,6 +0,0 @@
----
-title : "{{ replace .Name "-" " " | title }}"
-description: ""
-draft: true
-weight: 0
---- \ No newline at end of file