From d29af7ee395555e628ee0f3def31c748394cc93b Mon Sep 17 00:00:00 2001 From: ericmarin Date: Mon, 20 Apr 2026 14:06:38 +0200 Subject: hugo! --- archetypes/til.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 archetypes/til.md (limited to 'archetypes/til.md') diff --git a/archetypes/til.md b/archetypes/til.md new file mode 100644 index 0000000..d235b3c --- /dev/null +++ b/archetypes/til.md @@ -0,0 +1,6 @@ ++++ +title = "{{ replace .File.ContentBaseName "-" " " | title }}" +date = {{ .Date }} +draft = true +categories = [ "TIL" ] ++++ -- cgit v1.2.3