Commit remainder of hugo code.
This commit is contained in:
parent
c5306b2a8a
commit
4079a8cf0f
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
title: "{{ .Name | replaceRE "^\d{4}-\d{2}-\d{2}-(.*)$" "\1" | replace "-" " " | title }}"
|
||||||
|
date: {{ .Date }}
|
||||||
|
---
|
||||||
|
|
4
config.toml
Normal file
4
config.toml
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
baseURL = "https://annabunch.es/"
|
||||||
|
languageCode = "en-us"
|
||||||
|
title = "Anna and the Bunches"
|
||||||
|
theme = "ananke"
|
Loading…
Reference in New Issue
Block a user