-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
53 lines (52 loc) · 1.28 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
baseURL: "/"
languageCode: "ko-kr"
title: "Youngbin Han's blog"
# theme: github.com/gethugothemes/bookworm-light
permalinks:
blog: /:filename
paginate: 10
summaryLength: 50
params:
copyrights: Copyright © 2022 - Present Youngbin Han
giscus:
repo: sukso96100/blog.youngbin.xyz
repoId: MDEwOlJlcG9zaXRvcnkxODYyMDAzMDc
category: Blog Comments
categoryId: DIC_kwDOCxkw884CUi58
mainSections: ["blog"]
search: true
author: Youngbin Han
social:
- icon: lab la-facebook-f
url: 'https://www.facebook.com/hanyoungbin'
- icon: lab la-twitter
url: 'https://www.twitter.com/sukso96100'
- icon: lab la-instagram
url: 'https://www.instagram.com/hanyoungbin'
- icon: lab la-linkedin-in
url: 'https://www.linkedin.com/in/youngbin-han/'
- icon: lab la-github
url: 'https://github.com/sukso96100'
adsense:
client: 'ca-pub-7051197638651710'
adslot: '4463380264'
menu:
main:
- identifier: tags
name: Tags
url: /tags/
weight: 10
- identifier: rss
name: Subscribe (RSS)
url: /index.xml
weight: 20
- identifier: website
name: youngbin.xyz
url: https://youngbin.xyz
weight: 30
outputs:
home: ["HTML", "RSS", "JSON"]
markup:
goldmark:
renderer:
unsafe: true