added Hugo files
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Stefan Heinrichsen 2023-02-05 22:45:36 +01:00
parent 9322ec93c9
commit fe88dffd9a
3 changed files with 16 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
config.toml Normal file
View File

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

7
content/post/start.md Normal file
View File

@ -0,0 +1,7 @@
---
title: "Start"
date: 2023-02-05T22:42:10+01:00
draft: false
---
More to come...