commit a1fc39cabe6d2369f0089829464b257437f09862 Author: bacalhau Date: Wed Mar 19 22:49:23 2025 +0000 Upload files to "archetypes" diff --git a/archetypes/config.toml b/archetypes/config.toml new file mode 100644 index 0000000..f88996c --- /dev/null +++ b/archetypes/config.toml @@ -0,0 +1,33 @@ +title = "Website Name" +baseURL = 'https://example.org' +languageCode = 'en-us' + +[params] + # "relatedtext" is the text that appears above the tag list at the bottom of pages. + relatedtext = "tags" + favicon = "/favicon.png" + + #list items + datesinlist = true + authorsinlist = true + + #footer items + nextprev = true + taglist = true + showrss = true + +[menu] + [[menu.main]] + name = "Home" + url = "/" + weight = 1 + + [[menu.main]] + name = "Tags" + url = "/tags/" + weight = 2 + + [[menu.main]] + name = "Blog" + url = "/blog/" + weight = 3