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'
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

View file

@ -11,4 +11,4 @@ categories:
- 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" >}})