Initial commit

This commit is contained in:
Paul Schaub 2019-09-06 00:01:15 +02:00
commit 79fac88732
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 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
config.toml Normal file
View File

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