Skip to content

Commit

Permalink
add rss
Browse files Browse the repository at this point in the history
  • Loading branch information
xring committed Jan 25, 2024
1 parent c3ffa38 commit cedbb7e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ generate_feed = true

# Use `rss.xml` for RSS feeds and `atom.xml` for ATOM.
feed_filename = "atom.xml"
author = "xring"

logo_text = "xring's blog"

Expand All @@ -42,6 +43,7 @@ menu_items = [
{name = "tags", url = "$BASE_URL/tags"},
{name = "archive", url = "$BASE_URL/archive"},
{name = "about", url = "$BASE_URL/about"},
{name = "rss", url = "$BASE_URL/atom.xml"},
]

# Whether to show links to earlier and later posts
Expand Down Expand Up @@ -70,4 +72,4 @@ favicon_mimetype = "image/png"
# or if page_title is not defined or empty, fall back to `main_title`
#
# Note that the main (index) page only has the main title.
page_titles = "combined"
page_titles = "combined"

0 comments on commit cedbb7e

Please sign in to comment.