Initial commit

other
Paul Schaub 4 years ago
commit 79fac88732
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311

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

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