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