summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-10 19:12:30 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-10 19:12:30 -0300
commit6d17356f63c22f8ec873e23038fcbe105404bda5 (patch)
tree7a9bb77365e46ae20822acff8bae1a79d3055428 /config.toml
parent81a9aaa7e7eb560b2cabe4305a17965295eb5ba4 (diff)
Added "config"
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.toml b/config.toml
index efb7839..4eaaadf 100644
--- a/config.toml
+++ b/config.toml
@@ -27,11 +27,18 @@ summaryLength = 30
url = "/install/"
weight = 2
+[[menu.main]]
+ name = "Config"
+ url = "/config/"
+ weight = 3
+
+
[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']
## You can enable to add anchor links to header elements
enable_anchor_link = true