diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 4e6e42d..cdc4f01 100644 --- a/config.toml +++ b/config.toml @@ -32,13 +32,23 @@ summaryLength = 30 url = "/config/" weight = 3 +[[menu.main]] + name = "FAQs" + url = "/faqs/" + weight = 4 + +[[menu.main]] + name = "Donate" + url = "/donate/" + weight = 5 + [params] homepage_button_link = '/install' homepage_button_text = 'Install YAMS' homepage_intro = 'YAMS is a basic but powerful media server, easy to install in a bash script' homepage_image = '/install-yams.gif' - mainSections = ['install', 'config'] + mainSections = ['install', 'config', 'faqs', 'donate'] ## You can enable to add anchor links to header elements enable_anchor_link = true |