diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-06-27 12:10:54 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2024-06-27 12:10:54 +0200 |
| commit | fea10743aa1f04c7081cf1fd2f7bb72336441135 (patch) | |
| tree | f1cbada2325534530d57f01bf9f3daf90d1aed30 /archetypes | |
| download | kovok-website-fea10743aa1f04c7081cf1fd2f7bb72336441135.tar.gz | |
Add skeleton
Diffstat (limited to 'archetypes')
| -rw-r--r-- | archetypes/default.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..00e77bd --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,6 @@ +--- +title: "{{ replace .Name "-" " " | title }}" +date: {{ .Date }} +draft: true +--- + |
