init hugo

This commit is contained in:
Bit Borealis 2023-07-31 04:21:24 +00:00
parent c015526b36
commit 360bd5ffba
Signed by: theotheroracle
GPG Key ID: 2D816A2DCA6E5649
3 changed files with 9 additions and 0 deletions

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

3
hugo.toml Normal file
View File

@ -0,0 +1,3 @@
baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'My New Hugo Site'