split faq pages out into dedicted section ; tune site menu to have a better order
This commit is contained in:
parent
b8a1558bb1
commit
1c558a2244
28
config.toml
28
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
|
|
@ -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" >}})
|
Loading…
Reference in a new issue