edited post

This commit is contained in:
Morgan 2023-10-26 14:54:29 +09:00
parent 1ad25f9126
commit 4b4dba74a7
12 changed files with 4 additions and 8 deletions

View File

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