Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/colorchestra/smol.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--archetypes/posts.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/archetypes/posts.md b/archetypes/posts.md
new file mode 100644
index 0000000..11182ff
--- /dev/null
+++ b/archetypes/posts.md
@@ -0,0 +1,11 @@
+---
+title: "{{ replace .Name "-" " " | title }}"
+date: {{ .Date }}
+slug: {{ now.Format "2006-01-02" }}-{{ .Name | urlize }}
+type: posts
+draft: true
+categories:
+ - default
+tags:
+ - default
+---