diff options
author | Roger Gonzalez <roger@rogs.me> | 2023-01-11 09:37:18 -0300 |
---|---|---|
committer | Roger Gonzalez <roger@rogs.me> | 2023-01-11 09:37:18 -0300 |
commit | 80840d87f38f4528b02d1bef76d526f46c2cca3c (patch) | |
tree | c681da8a37d1b37251519d0e8920e43ba64b3a52 /config.toml | |
parent | 332dda4427fdff5b338d41acf9bf42f8262f30c9 (diff) |
Added faqs and donate
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 |