summaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-11-11 09:46:27 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-11-11 09:46:43 +0100
commitebdaad8278917343f478ef54f14aa49511939c35 (patch)
tree61c25c75dc2c2ada975afaa2b6f73496fd05f08e /archetypes
parenta8419ad914cf7627d779ed68a91e9c373751f57d (diff)
update layouts/archetypes structure and delete copies
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/blog.md6
-rw-r--r--archetypes/copy.md6
-rw-r--r--archetypes/default.md5
-rw-r--r--archetypes/guide.md7
4 files changed, 19 insertions, 5 deletions
diff --git a/archetypes/blog.md b/archetypes/blog.md
new file mode 100644
index 0000000..174ce74
--- /dev/null
+++ b/archetypes/blog.md
@@ -0,0 +1,6 @@
+---
+title: {{ replace .Name "-" " " | title }}
+date: {{ .Date }}
+draft: true
+deprecated: false
+---
diff --git a/archetypes/copy.md b/archetypes/copy.md
new file mode 100644
index 0000000..d716fd5
--- /dev/null
+++ b/archetypes/copy.md
@@ -0,0 +1,6 @@
+---
+title: {{ replace .Name "-" " " | title }}
+date: {{ .Date }}
+draft: true
+#copied: ["me", "/"]
+---
diff --git a/archetypes/default.md b/archetypes/default.md
index 754ba1c..29346c2 100644
--- a/archetypes/default.md
+++ b/archetypes/default.md
@@ -1,10 +1,5 @@
---
title: {{ replace .Name "-" " " | title }}
date: {{ .Date }}
-index: false
draft: true
-#icon: ''
-#copied: ["me", "/"]
-table: false
-deprecated: false
---
diff --git a/archetypes/guide.md b/archetypes/guide.md
new file mode 100644
index 0000000..a454924
--- /dev/null
+++ b/archetypes/guide.md
@@ -0,0 +1,7 @@
+---
+title: {{ replace .Name "-" " " | title }}
+date: {{ .Date }}
+draft: true
+#icon:
+deprecated: false
+---