Initialized hugo site; added coming-soon theme

This commit is contained in:
2024-09-23 20:11:59 +02:00
parent 0b74c054da
commit 16e18423e0
9 changed files with 56 additions and 0 deletions

5
archetypes/default.md Normal file
View File

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