We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4326cc commit a87dd0bCopy full SHA for a87dd0b
hugo.toml
@@ -15,7 +15,7 @@ pagination.pagerSize = 5
15
themeColor = "pink"
16
17
# if you set this to 0, only submenu trigger will be visible
18
- showMenuItems = 2
+ showMenuItems = 3
19
20
# show selector to switch language
21
showLanguageSelector = false
@@ -109,6 +109,12 @@ pagination.pagerSize = 5
109
name = "About"
110
url = "/about"
111
weight = 2
112
+
113
+ [[languages.en.menu.main]]
114
+ identifier = "rss"
115
+ name = "RSS"
116
+ url = "/posts/index.xml"
117
+ weight = 3
118
119
#[module]
120
# In case you would like to make changes to the theme and keep it locally in you repository,
0 commit comments