update RSS and add template file for posts

This commit is contained in:
Aaron Honeycutt 2025-02-19 11:04:18 -07:00
parent 04512297c5
commit 9d870a91cc
2 changed files with 11 additions and 2 deletions

View file

@ -15,7 +15,7 @@ compile_sass = true
minify_html = true
build_search_index = false # Keep this false, search is temporarily unsupported
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
feed_filenames = ["feed.xml"] # The file name of feed, "feed.xml" / "atom.xml" / "rss.xml", read docs for more info
taxonomies = [{ name = "tags" }, { name = "categories" }]
[markdown]
@ -68,7 +68,7 @@ links = [
{ name = "Mastodon", icon = "mastodon", url = "https://hachyderm.io/@ahoneybun" },
{ name = "Linkedin", icon = "linkedin", url = "https://www.linkedin.com/in/athoneycutt/" },
{ name = "Email", icon = "email", url = "mailto:aaronhoneycutt@proton.me>" },
{ name = "RSS", icon = "rss", url = "https://ahoneybun.net/rss.xml" },
{ name = "RSS", icon = "rss", url = "https://ahoneybun.net/feed.xml" },
]
force_theme = false # false | "light" | "dark"