Initialized project

master
Jef Roosens 2021-05-03 17:30:45 +02:00
commit 9845c1fb7f
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
2 changed files with 9 additions and 0 deletions

View File

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

3
config.toml 100644
View File

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