WIP: setup new blog
This commit is contained in:
parent
e24eb95d73
commit
f8c50edeb2
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "{{ replace .Name "-" " " | title }}"
|
||||
date: {{ .Date }}
|
||||
draft: true
|
||||
---
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
baseURL = "https://words.netflux.io/"
|
||||
languageCode = "en-gb"
|
||||
title = "words.netflux.io"
|
Reference in New Issue