From 990adf48a4a0c815165c9e8a5ae74a13b7589c84 Mon Sep 17 00:00:00 2001 From: bacalhau Date: Wed, 19 Mar 2025 22:50:35 +0000 Subject: [PATCH] Delete archetypes/config.toml --- archetypes/config.toml | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 archetypes/config.toml diff --git a/archetypes/config.toml b/archetypes/config.toml deleted file mode 100644 index f88996c..0000000 --- a/archetypes/config.toml +++ /dev/null @@ -1,33 +0,0 @@ -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