split faq pages out into dedicted section ; tune site menu to have a better order

This commit is contained in:
KemoNine 2023-03-21 10:23:16 -04:00
parent b8a1558bb1
commit 1c558a2244
3 changed files with 18 additions and 12 deletions

View file

@ -52,25 +52,25 @@ uglyURLs = false
name = 'Home' name = 'Home'
url = '/' url = '/'
weight = 10 weight = 10
[[menu.main]]
identifier = 'tips'
name = 'Tips'
url = '/tips/'
weight = 20
[[menu.main]]
identifier = 'faq'
name = 'FAQ'
url = '/faq/'
weight = 30
[[menu.main]] [[menu.main]]
identifier = 'posts' identifier = 'posts'
name = 'Blog' name = 'Blog'
url = '/posts/' url = '/posts/'
weight = 20 weight = 40
#[[menu.main]]
# identifier = 'tags'
# name = 'Tags'
# url = '/tags/'
# weight = 30
[[menu.main]] [[menu.main]]
identifier = 'categories' identifier = 'categories'
name = 'Categories' name = 'Categories'
url = '/categories/' url = '/categories/'
weight = 40
[[menu.main]]
identifier = 'tips'
name = 'Tips'
url = '/tips/'
weight = 50 weight = 50
[[menu.main]] [[menu.main]]
identifier = 'rss' identifier = 'rss'
@ -82,3 +82,9 @@ uglyURLs = false
name = 'Search' name = 'Search'
url = '/search/' url = '/search/'
weight = 70 weight = 70
#[[menu.main]]
# identifier = 'tags'
# name = 'Tags'
# url = '/tags/'
# weight = 30

View file

@ -11,4 +11,4 @@ categories:
- blog - blog
--- ---
We have published guidelines on submitting contributions to the site [here]({{< ref "/tips/faq-contributing" >}}) We have published guidelines on submitting contributions to the site [here]({{< ref "/faq/contributing" >}})