Skip to content

Commit a87dd0b

Browse files
committed
Adding an RSS menu item. Closes #2.
1 parent f4326cc commit a87dd0b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

hugo.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pagination.pagerSize = 5
1515
themeColor = "pink"
1616

1717
# if you set this to 0, only submenu trigger will be visible
18-
showMenuItems = 2
18+
showMenuItems = 3
1919

2020
# show selector to switch language
2121
showLanguageSelector = false
@@ -109,6 +109,12 @@ pagination.pagerSize = 5
109109
name = "About"
110110
url = "/about"
111111
weight = 2
112+
113+
[[languages.en.menu.main]]
114+
identifier = "rss"
115+
name = "RSS"
116+
url = "/posts/index.xml"
117+
weight = 3
112118

113119
#[module]
114120
# In case you would like to make changes to the theme and keep it locally in you repository,

0 commit comments

Comments
 (0)