diff options
| author | Danilo M. <danix@danix.xyz> | 2026-04-04 15:30:33 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-04-04 15:30:33 +0200 |
| commit | 799bd2304a82d35991876d42fc32a8b8be978da1 (patch) | |
| tree | 77373500f6cb733f3bc490dc7fe71db8bc6a7fa8 /archetypes/default.md | |
| download | danixxyz-theme-799bd2304a82d35991876d42fc32a8b8be978da1.tar.gz danixxyz-theme-799bd2304a82d35991876d42fc32a8b8be978da1.zip | |
initial theme setup.
Diffstat (limited to 'archetypes/default.md')
| -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..25b6752 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ ++++ +date = '{{ .Date }}' +draft = true +title = '{{ replace .File.ContentBaseName "-" " " | title }}' ++++ |
