mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 11:14:01 -06:00
Update config.toml
fix rss feed
This commit is contained in:
parent
8b8cae3795
commit
79316a124c
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ output_dir = "public"
|
||||||
compile_sass = true
|
compile_sass = true
|
||||||
minify_html = true
|
minify_html = true
|
||||||
build_search_index = false # Keep this false, search is temporarily unsupported
|
build_search_index = false # Keep this false, search is temporarily unsupported
|
||||||
#generate_feeds = false # Whether to generate a feed file in root, read docs for more info about rss feed
|
generate_feeds = true # Whether to generate a feed file in root, read docs for more info about rss feed
|
||||||
feed_filenames = ["feed.xml"] # The file name of feed, "feed.xml" / "atom.xml" / "rss.xml", read docs for more info
|
feed_filenames = ["rss.xml"] # The file name of feed, "feed.xml" / "atom.xml" / "rss.xml", read docs for more info
|
||||||
taxonomies = [{ name = "tags" }, { name = "categories" }]
|
taxonomies = [{ name = "tags" }, { name = "categories" }]
|
||||||
|
|
||||||
[markdown]
|
[markdown]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue