New files

This commit is contained in:
Luca Beltrame 2020-12-27 15:25:59 +01:00
parent 3225462dde
commit c6e33ca040
Signed by: einar
GPG key ID: 4707F46E9EC72DEC
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"