Update config.yml
This commit is contained in:
parent
f8d2e6995e
commit
8a676d4034
62
config.yml
62
config.yml
|
@ -25,5 +25,67 @@ params:
|
|||
iconHeight: 24
|
||||
buildDate: 2023-11-01_22:07:31
|
||||
|
||||
#######################################
|
||||
|
||||
defaultTheme: dark
|
||||
disableThemeToggle: false
|
||||
ShowReadingTime: false
|
||||
ShowShareButtons: true
|
||||
ShowPostNavLinks: true
|
||||
ShowBreadCrumbs: false
|
||||
ShowCodeCopyButtons: true
|
||||
ShowWordCount: false
|
||||
ShowRssButtonInSectionTermList: false
|
||||
UseHugoToc: true
|
||||
disableSpecial1stPost: false
|
||||
disableScrollToTop: false
|
||||
comments: false
|
||||
hidemeta: false
|
||||
hideSummary: false
|
||||
showtoc: false
|
||||
tocopen: false
|
||||
homeInfoParams:
|
||||
Title: Hi, I'm Morgan.
|
||||
Content: I am student developer in Korea, studying Embedded system and Cryptography.
|
||||
socialIcons:
|
||||
- name: github
|
||||
url: "https://github.com/morgan9e"
|
||||
- name: email
|
||||
url: "mailto:me@morgan.kr"
|
||||
- name: git
|
||||
url: "https://git.morgan.kr"
|
||||
- name: twitter
|
||||
url: "https://twitter.com/morgan8w"
|
||||
- name: telegram
|
||||
url: "https://t.me/morgan9e"
|
||||
cover:
|
||||
hidden: true
|
||||
hiddenInList: true
|
||||
hiddenInSingle: true
|
||||
fuseOpts:
|
||||
isCaseSensitive: false
|
||||
shouldSort: true
|
||||
location: 0
|
||||
distance: 1000
|
||||
threshold: 0.4
|
||||
minMatchCharLength: 0
|
||||
keys: ["title", "permalink", "summary", "content"]
|
||||
|
||||
menus:
|
||||
main:
|
||||
- identifier: posts
|
||||
name: Posts
|
||||
url: /posts/
|
||||
weight: 30
|
||||
|
||||
pygmentsUseClasses: true
|
||||
markup:
|
||||
highlight:
|
||||
noClasses: false
|
||||
codeFences: true
|
||||
guessSyntax: true
|
||||
|
||||
#############################
|
||||
|
||||
permalinks:
|
||||
posts: /:year/:month/:title/
|
||||
|
|
Loading…
Reference in New Issue