From 6d17356f63c22f8ec873e23038fcbe105404bda5 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Tue, 10 Jan 2023 19:12:30 -0300 Subject: Added "config" --- config.toml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config.toml') 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 -- cgit v1.2.3