From 82a36a462e38c3032453b7f00333601670c4288a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sun, 16 Oct 2022 21:56:36 +0100 Subject: [PATCH] commented config files --- config/_default/menus.en.toml | 40 +++++++++++++++++------------------ 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index f1ec7eab..384fc92e 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -10,20 +10,20 @@ # overridden by providing a weight value. The menu will then be # ordered by weight from lowest to highest. -[[main]] - name = "Blog" - pageRef = "posts" - weight = 10 +#[[main]] +# name = "Blog" +# pageRef = "posts" +# weight = 10 -[[main]] - name = "Categories" - pageRef = "categories" - weight = 20 +#[[main]] +# name = "Categories" +# pageRef = "categories" +# weight = 20 -[[main]] - name = "Tags" - pageRef = "tags" - weight = 30 +#[[main]] +# name = "Tags" +# pageRef = "tags" +# weight = 30 # -- Footer Menu -- @@ -31,12 +31,12 @@ # the copyright notice. Configure as per the main menu above. - [[footer]] - name = "Tags" - pageRef = "tags" - weight = 10 +# [[footer]] +# name = "Tags" +# pageRef = "tags" +# weight = 10 - [[footer]] - name = "Categories" - pageRef = "categories" - weight = 20 +# [[footer]] +# name = "Categories" +# pageRef = "categories" +# weight = 20