diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-11-11 09:46:27 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-11-11 09:46:43 +0100 |
| commit | ebdaad8278917343f478ef54f14aa49511939c35 (patch) | |
| tree | 61c25c75dc2c2ada975afaa2b6f73496fd05f08e /archetypes/guide.md | |
| parent | a8419ad914cf7627d779ed68a91e9c373751f57d (diff) | |
update layouts/archetypes structure and delete copies
Diffstat (limited to 'archetypes/guide.md')
| -rw-r--r-- | archetypes/guide.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archetypes/guide.md b/archetypes/guide.md new file mode 100644 index 0000000..a454924 --- /dev/null +++ b/archetypes/guide.md @@ -0,0 +1,7 @@ +--- +title: {{ replace .Name "-" " " | title }} +date: {{ .Date }} +draft: true +#icon: +deprecated: false +--- |
