diff options
| author | Ahmed Abdelhalim <[email protected]> | 2024-02-28 02:38:50 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2024-02-28 02:38:50 +0200 |
| commit | 20c029c7fd7cd58ab0bcd33525e73b06d115f045 (patch) | |
| tree | 3478b775fe70065b21aafdda327669b03e6566dd /archetypes | |
| parent | fb055750af96963beec4b5e46d01bdaec2ca881c (diff) | |
Add blog arch type
Diffstat (limited to 'archetypes')
| -rw-r--r-- | archetypes/blog.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archetypes/blog.md b/archetypes/blog.md new file mode 100644 index 0000000..c139690 --- /dev/null +++ b/archetypes/blog.md @@ -0,0 +1,6 @@ +--- +title: "{{ .Title }}" +date: {{ .Date }} +draft: true +--- + |
