Hugo new site

This commit is contained in:
c0dev0id
2025-02-11 09:38:12 +01:00
parent d25755db8d
commit e69f561ea0
4 changed files with 11 additions and 0 deletions

5
archetypes/default.md Normal file
View File

@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++