diff options
author | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-04-15 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicholasjohnson.ch> | 2023-04-15 00:00:00 +0000 |
commit | 4d03aab04da01bfefcba8e9519b2ab97773c4fcb83361322ac98a8559fcc2ad2 (patch) | |
tree | 4b0e9f0b7f6779edbeda3e42bfe301a7a4b8c2f3a8d2a25bbe1a895b435c3bdc /config | |
parent | 28343ebce6152418d971377a7f80a9683f08f46a217367330a7cbd6b49084c86 (diff) | |
download | journal-4d03aab04da01bfefcba8e9519b2ab97773c4fcb83361322ac98a8559fcc2ad2.tar.gz journal-4d03aab04da01bfefcba8e9519b2ab97773c4fcb83361322ac98a8559fcc2ad2.zip |
Remove glossary
Diffstat (limited to 'config')
-rw-r--r-- | config/gemini/config.toml | 8 | ||||
-rw-r--r-- | config/web/config.toml | 6 |
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"] |