Basic Hugo Site

This commit is contained in:
ash
2026-02-19 17:11:09 +00:00
parent 4e5c833594
commit 1176093c58
6 changed files with 25 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++