From 1c558a22447f645babfcb31e3f98d5a6900e1f79 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 21 Mar 2023 10:23:16 -0400 Subject: [PATCH] split faq pages out into dedicted section ; tune site menu to have a better order --- config.toml | 28 +++++++++++-------- .../contributing.md} | 0 content/posts/2023-03-20-contributing.md | 2 +- 3 files changed, 18 insertions(+), 12 deletions(-) rename content/{tips/faq-contributing.md => faq/contributing.md} (100%) diff --git a/config.toml b/config.toml index 09bd9b3..bec9b72 100644 --- a/config.toml +++ b/config.toml @@ -52,25 +52,25 @@ uglyURLs = false name = 'Home' url = '/' weight = 10 +[[menu.main]] + identifier = 'tips' + name = 'Tips' + url = '/tips/' + weight = 20 +[[menu.main]] + identifier = 'faq' + name = 'FAQ' + url = '/faq/' + weight = 30 [[menu.main]] identifier = 'posts' name = 'Blog' url = '/posts/' - weight = 20 -#[[menu.main]] -# identifier = 'tags' -# name = 'Tags' -# url = '/tags/' -# weight = 30 + weight = 40 [[menu.main]] identifier = 'categories' name = 'Categories' url = '/categories/' - weight = 40 -[[menu.main]] - identifier = 'tips' - name = 'Tips' - url = '/tips/' weight = 50 [[menu.main]] identifier = 'rss' @@ -82,3 +82,9 @@ uglyURLs = false name = 'Search' url = '/search/' weight = 70 + +#[[menu.main]] +# identifier = 'tags' +# name = 'Tags' +# url = '/tags/' +# weight = 30 \ No newline at end of file diff --git a/content/tips/faq-contributing.md b/content/faq/contributing.md similarity index 100% rename from content/tips/faq-contributing.md rename to content/faq/contributing.md diff --git a/content/posts/2023-03-20-contributing.md b/content/posts/2023-03-20-contributing.md index aae25a4..57abe19 100644 --- a/content/posts/2023-03-20-contributing.md +++ b/content/posts/2023-03-20-contributing.md @@ -11,4 +11,4 @@ categories: - blog --- -We have published guidelines on submitting contributions to the site [here]({{< ref "/tips/faq-contributing" >}}) \ No newline at end of file +We have published guidelines on submitting contributions to the site [here]({{< ref "/faq/contributing" >}}) \ No newline at end of file