edited post
This commit is contained in:
parent
1ad25f9126
commit
4b4dba74a7
12
config.yml
12
config.yml
|
@ -106,14 +106,10 @@ params:
|
||||||
|
|
||||||
menu:
|
menu:
|
||||||
main:
|
main:
|
||||||
- identifier: admin
|
- identifier: blog
|
||||||
name: Admin
|
name: Blog
|
||||||
url: /admin/
|
|
||||||
weight: 10
|
|
||||||
- identifier: diary
|
|
||||||
name: Diary
|
|
||||||
url: /blog/
|
url: /blog/
|
||||||
weight: 30
|
weight: 20
|
||||||
- identifier: posts
|
- identifier: posts
|
||||||
name: Posts
|
name: Posts
|
||||||
url: /posts/
|
url: /posts/
|
||||||
|
@ -121,7 +117,7 @@ menu:
|
||||||
# - identifier: tags
|
# - identifier: tags
|
||||||
# name: Tags
|
# name: Tags
|
||||||
# url: /tags/
|
# url: /tags/
|
||||||
# weight: 20
|
# weight: 10
|
||||||
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
|
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
|
||||||
|
|
||||||
pygmentsUseClasses: true
|
pygmentsUseClasses: true
|
||||||
|
|
Loading…
Reference in New Issue