diff options
Diffstat (limited to 'config/web/config.toml')
-rw-r--r-- | config/web/config.toml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/config/web/config.toml b/config/web/config.toml index 1bb872b..872f18c 100644 --- a/config/web/config.toml +++ b/config/web/config.toml @@ -2,20 +2,6 @@ disableKinds = ['RSS', 'section'] publishDir = "public/website" enableRobotsTXT = true -[menu] - [[menu.main]] - name = "About Page" - url = "/about/" - weight = 1 - [[menu.main]] - name = "Promoted Links" - url = "/promoted/" - weight = 2 - [[menu.main]] - name = "Atom Feed" - url = "/atom.xml" - weight = 3 - [outputs] home = ["HTML", "Atom"] page = ["HTML"] |