WIP: setup new blog

This commit is contained in:
Rob Watson 2021-06-28 13:37:49 +02:00
parent e24eb95d73
commit f8c50edeb2
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 = "https://words.netflux.io/"
languageCode = "en-gb"
title = "words.netflux.io"