summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/gemini/config.toml8
-rw-r--r--config/web/config.toml6
2 files changed, 3 insertions, 11 deletions
diff --git a/config/gemini/config.toml b/config/gemini/config.toml
index 865c64e..2816559 100644
--- a/config/gemini/config.toml
+++ b/config/gemini/config.toml
@@ -11,17 +11,13 @@ publishDir = "public/capsule"
url = "/promoted/"
weight = 2
[[menu.main]]
- name = "Glossary"
- url = "/glossary/"
- weight = 3
- [[menu.main]]
name = "Tags"
url = "/tags/"
- weight = 4
+ weight = 3
[[menu.main]]
name = "Atom Feed"
url = "/atom.xml"
- weight = 5
+ weight = 4
[outputs]
home = ["Gemini", "Gemini_Atom"]
diff --git a/config/web/config.toml b/config/web/config.toml
index b79063e..1bb872b 100644
--- a/config/web/config.toml
+++ b/config/web/config.toml
@@ -12,13 +12,9 @@ enableRobotsTXT = true
url = "/promoted/"
weight = 2
[[menu.main]]
- name = "Glossary"
- url = "/glossary/"
- weight = 3
- [[menu.main]]
name = "Atom Feed"
url = "/atom.xml"
- weight = 4
+ weight = 3
[outputs]
home = ["HTML", "Atom"]