aboutsummaryrefslogtreecommitdiff
path: root/archetypes/posts.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-05-26 00:40:40 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-05-26 00:40:40 +0200
commit43b0708769eb61392050045b881f8e6ba39c5b66 (patch)
tree3939579a13b8325325d5ebb8e05324a41ed78a6d /archetypes/posts.md
parent49e7e7d555a6cd9810d81561fa3e98e3d64502be (diff)
downloadmitjafelicijan.com-43b0708769eb61392050045b881f8e6ba39c5b66.tar.gz
Massive update to posts, archetypes
Added a archetypes for creating notes and posts so it auto-populates fields. Fixed existing posts so they align with the rule of 80 columns now.
Diffstat (limited to 'archetypes/posts.md')
-rw-r--r--archetypes/posts.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/archetypes/posts.md b/archetypes/posts.md
new file mode 100644
index 0000000..b9dad61
--- /dev/null
+++ b/archetypes/posts.md
@@ -0,0 +1,9 @@
1---
2title: "{{ replace .Name "-" " " | title }}"
3url: new-post.html
4date: {{ .Date }}
5draft: true
6---
7
8Start here ...
9