summaryrefslogtreecommitdiff
path: root/exampleSite
diff options
context:
space:
mode:
authorroninro <liumy.f@foxmail.com>2022-07-29 12:17:50 +0800
committerroninro <liumy.f@foxmail.com>2022-07-29 12:17:50 +0800
commitf0e8a71001ad71fbeeab702eee7375f9c1d06960 (patch)
treec3ecadc51ce3cb5dc6ff92ad3db369ce20ba8f68 /exampleSite
parent95e0fb6c9ae5d3403ecb765d6e34d7cd83692f09 (diff)
render-heading with Anchor
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml8
1 files changed, 1 insertions, 7 deletions
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"