blog/config.yml

114 lines
2.6 KiB
YAML
Raw Normal View History

2023-10-21 16:05:44 +09:00
baseURL: "http://blog.morgan.kr"
title: Morgan's Blog
2023-10-21 16:50:05 +09:00
paginate: 50
2023-10-21 16:05:44 +09:00
theme: "mytheme"
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
googleAnalytics: UA-123-45
minify:
disableXML: true
minifyOutput: true
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
title: Morgan's Blog
description: "Hi! I'm Morgan!"
keywords: [Blog, Portfolio, PaperMod]
author: Me
# author: ["Me", "You"] # multiple authors
images: [""]
2023-10-23 17:56:26 +09:00
DateFormat: "Jan 2, 2006"
defaultTheme: dark # dark, light
2023-10-21 16:05:44 +09:00
disableThemeToggle: false
ShowReadingTime: false
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: false
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: true
hidemeta: false
hideSummary: false
showtoc: false
tocopen: false
2023-10-29 15:22:05 +09:00
homeInfoParams:
Title: Hi, I'm Morgan.
Content: I am student developer in Korea, studying Embedded system and Cryptography.
2023-10-21 16:05:44 +09:00
socialIcons: # optional
- name: github
url: "https://github.com/morgan9e"
- name: email
url: "mailto:me@morgan.kr"
2023-10-29 15:22:05 +09:00
- name: git
url: "https://git.morgan.kr"
- name: twitter
url: "https://twitter.com/morgan8w"
- name: telegram
url: "https://t.me/morgan9e"
2023-10-21 16:05:44 +09:00
assets:
favicon: "https://blog.morgan.kr/favicon.ico"
apple_touch_icon: "https://blog.morgan.kr/favicon.ico"
safari_pinned_tab: "https://blog.morgan.kr/favicon.ico"
label:
2023-10-29 12:03:28 +09:00
icon: /favicon.png
icon_inv: /favicon-inv.png
2023-10-29 11:40:51 +09:00
iconHeight: 24
2023-10-21 16:05:44 +09:00
analytics:
google:
SiteVerificationTag: "XYZabc"
bing:
SiteVerificationTag: "XYZabc"
yandex:
SiteVerificationTag: "XYZabc"
cover:
hidden: true # hide everywhere but not in structured data
hiddenInList: true # hide on list pages and home
hiddenInSingle: true # hide on single page
# for search
# https://fusejs.io/api/options.html
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
keys: ["title", "permalink", "summary", "content"]
2023-10-29 15:22:05 +09:00
menus:
2023-10-21 16:05:44 +09:00
main:
2023-10-26 14:52:56 +09:00
- identifier: posts
name: Posts
url: /posts/
weight: 30
2023-10-21 16:42:31 +09:00
# - identifier: tags
# name: Tags
# url: /tags/
2023-10-26 14:54:29 +09:00
# weight: 10
2023-10-21 16:05:44 +09:00
pygmentsUseClasses: true
markup:
highlight:
noClasses: false
# anchorLineNos: true
2023-10-29 15:22:05 +09:00
codeFences: true
guessSyntax: true
2023-10-21 16:05:44 +09:00
# lineNos: true
2023-10-29 15:22:05 +09:00
style: github