blog/config.yml

94 lines
2.0 KiB
YAML
Raw Normal View History

2023-10-21 16:05:44 +09:00
baseURL: "http://blog.morgan.kr"
title: Morgan's Blog
2023-11-08 16:27:50 +09:00
theme: "mytheme"
2023-10-21 16:05:44 +09:00
buildDrafts: false
buildFuture: false
buildExpired: false
params:
2023-11-01 22:06:06 +09:00
env: production
2023-10-21 16:05:44 +09:00
title: Morgan's Blog
description: "Hi! I'm Morgan!"
2023-11-01 22:06:06 +09:00
keywords: [Blog]
2023-10-21 16:05:44 +09:00
author: Me
2023-10-23 17:56:26 +09:00
DateFormat: "Jan 2, 2006"
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"
2023-11-01 22:11:51 +09:00
mainSections:
- posts
2023-10-21 16:05:44 +09:00
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-11-08 16:24:31 +09:00
buildDate: 11081623
2023-10-21 16:05:44 +09:00
2023-11-03 11:32:13 +09:00
#######################################
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.
2023-11-07 08:02:06 +09:00
Content: Student Developer
2023-11-03 11:32:13 +09:00
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"]
2023-11-03 11:34:23 +09:00
paginate: 100
2023-11-03 11:32:13 +09:00
menus:
main:
- identifier: posts
name: Posts
url: /posts/
weight: 30
pygmentsUseClasses: true
markup:
highlight:
noClasses: false
codeFences: true
guessSyntax: true
#############################
2023-10-30 17:39:13 +09:00
permalinks:
2023-11-01 22:09:25 +09:00
posts: /:year/:month/:title/