[gimp-web-devel/hugo] Remove manual menu entries in config for now
- From: Pat David <patdavid src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp-web-devel/hugo] Remove manual menu entries in config for now
- Date: Sat, 6 Aug 2022 18:13:13 +0000 (UTC)
commit a4150c119b3d76a94cad805fd5bfe46f9421695f
Author: Pat David <patdavid gmail com>
Date: Sat Aug 6 13:11:15 2022 -0500
Remove manual menu entries in config for now
This is just to clean up the config file.
Usually menu entries can be managed in the frontmatter of content
and don't have to be specified here.
If there's a good case for manually including an entry we can add
it later (ie: external link)
config.toml | 228 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 114 insertions(+), 114 deletions(-)
---
diff --git a/config.toml b/config.toml
index b9e4867..af136ad 100644
--- a/config.toml
+++ b/config.toml
@@ -12,118 +12,118 @@ category = "categories"
tag = "tags"
series = "series"
-[menu]
-[[menu.main]]
- identifier = "git"
- name = "Git"
- url = "git.html"
- weight = 10
-
-[[menu.main]]
- identifier = "changelog"
- name = "ChangeLog"
- url = "https://gitlab.gnome.org/browse/gimp/log/"
- weight = 20
-
-[[menu.main]]
- identifier = "news"
- name = "News"
- url = "https://developer.gimp.org/NEWS"
- weight = 21
-
-[[menu.main]]
- identifier = "hacking"
- name = "Hacking"
- url = "https://developer.gimp.org/HACKING"
- weight = 22
-
-[[menu.main]]
- identifier = "gitlab"
- name = "Gitlab"
- url = "bugs.html"
- weight = 30
-
-[[menu.main]]
- identifier = "mailing-lists"
- name = "Mailing Lists"
- url = "lists.html"
- weight = 40
-
-[[menu.main]]
- identifier = "screenshots"
- name = "Screenshots"
- url = "screenshots.html"
- weight = 50
-
-[[menu.main]]
- identifier = "plug-in"
- name = "Plug-In Development"
- url = "plug-ins.html"
- weight = 60
-
-[[menu.main]]
- identifier = "api-ref"
- name = "API Reference"
- url = "api/2.0/index.html"
- weight = 61
-
-[[menu.main]]
- identifier = "writing-plug-ins"
- name = "Writing A Plug-In"
- url = "writing-api-plug-in/1.html"
- weight = 62
-
-[[menu.main]]
- identifier = "plug-in-template"
- name = "Plug-In Template"
- url = "plug-in-template.html"
- weight = 63
-
-[[menu.main]]
- identifier = "conference"
- name = "Conference"
- url = "gimpcon/index.html"
- weight = 70
-
-[[menu.main]]
- identifier = "gimpcon2000"
- name = "GIMPCon 2000"
- url = "gimpcon/2000/index.html"
- weight = 71
-
-[[menu.main]]
- identifier = "gimpcon2003"
- name = "GIMPCon 2003"
- url = "gimpcon/2003/index.html"
- weight = 72
-
-[[menu.main]]
- identifier = "gimpcon2004"
- name = "GIMPCon 2004"
- url = "gimpcon/2004/index.html"
- weight = 73
-
-[[menu.main]]
- identifier = "gimpcon2006"
- name = "GIMPCon 2006"
- url = "gimpcon/2006/index.html"
- weight = 74
-
-[[menu.main]]
- identifier = "faq"
- name = "Developer FAQ"
- url = "faq.html"
- weight = 80
-
-[[menu.main]]
- identifier = "standards"
- name = "Standards"
- url = "standards.html"
- weight = 90
-
-[[menu.main]]
- identifier = "about"
- name = "About this Site"
- url = "about.html"
- weight = 100
+#[menu]
+#[[menu.main]]
+# identifier = "git"
+# name = "Git"
+# url = "git.html"
+# weight = 10
+#
+#[[menu.main]]
+# identifier = "changelog"
+# name = "ChangeLog"
+# url = "https://gitlab.gnome.org/browse/gimp/log/"
+# weight = 20
+#
+#[[menu.main]]
+# identifier = "news"
+# name = "News"
+# url = "https://developer.gimp.org/NEWS"
+# weight = 21
+#
+#[[menu.main]]
+# identifier = "hacking"
+# name = "Hacking"
+# url = "https://developer.gimp.org/HACKING"
+# weight = 22
+#
+#[[menu.main]]
+# identifier = "gitlab"
+# name = "Gitlab"
+# url = "bugs.html"
+# weight = 30
+#
+#[[menu.main]]
+# identifier = "mailing-lists"
+# name = "Mailing Lists"
+# url = "lists.html"
+# weight = 40
+#
+#[[menu.main]]
+# identifier = "screenshots"
+# name = "Screenshots"
+# url = "screenshots.html"
+# weight = 50
+#
+#[[menu.main]]
+# identifier = "plug-in"
+# name = "Plug-In Development"
+# url = "plug-ins.html"
+# weight = 60
+#
+#[[menu.main]]
+# identifier = "api-ref"
+# name = "API Reference"
+# url = "api/2.0/index.html"
+# weight = 61
+#
+#[[menu.main]]
+# identifier = "writing-plug-ins"
+# name = "Writing A Plug-In"
+# url = "writing-api-plug-in/1.html"
+# weight = 62
+#
+#[[menu.main]]
+# identifier = "plug-in-template"
+# name = "Plug-In Template"
+# url = "plug-in-template.html"
+# weight = 63
+#
+#[[menu.main]]
+# identifier = "conference"
+# name = "Conference"
+# url = "gimpcon/index.html"
+# weight = 70
+#
+#[[menu.main]]
+# identifier = "gimpcon2000"
+# name = "GIMPCon 2000"
+# url = "gimpcon/2000/index.html"
+# weight = 71
+#
+#[[menu.main]]
+# identifier = "gimpcon2003"
+# name = "GIMPCon 2003"
+# url = "gimpcon/2003/index.html"
+# weight = 72
+#
+#[[menu.main]]
+# identifier = "gimpcon2004"
+# name = "GIMPCon 2004"
+# url = "gimpcon/2004/index.html"
+# weight = 73
+#
+#[[menu.main]]
+# identifier = "gimpcon2006"
+# name = "GIMPCon 2006"
+# url = "gimpcon/2006/index.html"
+# weight = 74
+#
+#[[menu.main]]
+# identifier = "faq"
+# name = "Developer FAQ"
+# url = "faq.html"
+# weight = 80
+#
+#[[menu.main]]
+# identifier = "standards"
+# name = "Standards"
+# url = "standards.html"
+# weight = 90
+#
+#[[menu.main]]
+# identifier = "about"
+# name = "About this Site"
+# url = "about.html"
+# weight = 100
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]