From f0e8a71001ad71fbeeab702eee7375f9c1d06960 Mon Sep 17 00:00:00 2001 From: roninro Date: Fri, 29 Jul 2022 12:17:50 +0800 Subject: render-heading with Anchor --- exampleSite/config.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 854629b..dfb70aa 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -20,7 +20,7 @@ disqusShortname = "" googleAnalytics = "" [outputs] -home = ["HTML", "JSON"] +home = ["HTML", "JSON", "RSS"] [taxonomies] category = "categories" @@ -59,12 +59,6 @@ identifier = "tags" name = "Tags" url = "/tags/" weight = 20 -[[menu.main]] -identifier = "categories" -name = "Categories" -url = "/categories/" -weight = 30 - [params] author = "Puppet" -- cgit v1.2.3