diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..6be0fad --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,5 @@ +--- +title: "{{ .Name | replaceRE "^\d{4}-\d{2}-\d{2}-(.*)$" "\1" | replace "-" " " | title }}" +date: {{ .Date }} +--- + diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..c0af034 --- /dev/null +++ b/config.toml @@ -0,0 +1,4 @@ +baseURL = "https://annabunch.es/" +languageCode = "en-us" +title = "Anna and the Bunches" +theme = "ananke"