From c7e7cd896409a47e39d505d72132a4bc48ec436e Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Tue, 11 Jun 2024 12:27:09 +0200 Subject: config.toml: Comment out gallery, blog and master server --- config.toml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/config.toml b/config.toml index 63c7c0f..ae04c9d 100644 --- a/config.toml +++ b/config.toml @@ -14,20 +14,20 @@ favicon = "assets/img/favicon.png" URL = "#about" weight = 1 - [[menu.main]] - name = "Gallery" - URL = "/gallery" - weight = 2 - - [[menu.main]] - name = "Blog" - URL = "/blog" - weight = 3 - - [[menu.main]] - name = "Master server" - URL = "#signup" - weight = 4 +# [[menu.main]] +# name = "Gallery" +# URL = "/gallery" +# weight = 2 +# +# [[menu.main]] +# name = "Blog" +# URL = "/blog" +# weight = 3 +# +# [[menu.main]] +# name = "Master server" +# URL = "#signup" +# weight = 4 [data] [[homepage.main]] -- cgit v1.2.3