mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 03:04:02 -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
|
||||
minify_html = true
|
||||
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
|
||||
feed_filenames = ["feed.xml"] # The file name of feed, "feed.xml" / "atom.xml" / "rss.xml", read docs for more info
|
||||
generate_feeds = true # Whether to generate a feed file in root, read docs for more info about rss feed
|
||||
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" }]
|
||||
|
||||
[markdown]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue