summaryrefslogtreecommitdiff
path: root/themes/cranky/archetypes
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-11-14 17:14:20 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2023-11-14 17:14:20 -0500
commit81618e8bb6f00b3b74c30c1cc75a782cf266efd6 (patch)
tree3c2e85db1c401471004e5ca1241fa54e707c989f /themes/cranky/archetypes
initial commit
Diffstat (limited to 'themes/cranky/archetypes')
-rw-r--r--themes/cranky/archetypes/default.md6
-rw-r--r--themes/cranky/archetypes/projects.md8
2 files changed, 14 insertions, 0 deletions
diff --git a/themes/cranky/archetypes/default.md b/themes/cranky/archetypes/default.md
new file mode 100644
index 0000000..1540cb3
--- /dev/null
+++ b/themes/cranky/archetypes/default.md
@@ -0,0 +1,6 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+author: 'Benjamin Chausse'
+date: {{ .Date }}
+draft: true
+---
diff --git a/themes/cranky/archetypes/projects.md b/themes/cranky/archetypes/projects.md
new file mode 100644
index 0000000..49842d0
--- /dev/null
+++ b/themes/cranky/archetypes/projects.md
@@ -0,0 +1,8 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+tags: ['Shool Projects']
+draft: true
+---
+
+Your first paraph will be a short summary on the Projects page.