diff options
| author | Danilo M. <danix@danix.xyz> | 2026-01-24 12:30:32 +0100 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-01-24 12:30:32 +0100 |
| commit | 9b95bcd186239f20f0c0d5e469443297163c6d12 (patch) | |
| tree | 0e7fe6edef08a7aa42d11620e9959f2f1ca66420 /archetypes | |
| download | danixme-9b95bcd186239f20f0c0d5e469443297163c6d12.tar.gz danixme-9b95bcd186239f20f0c0d5e469443297163c6d12.zip | |
added everything
Diffstat (limited to 'archetypes')
| -rw-r--r-- | archetypes/default.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..0d5eebd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ +--- +date: '{{ .Date }}' +draft: true +title: '{{ replace .File.ContentBaseName "-" " " | title }}' +--- |
