-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
59 lines (57 loc) · 1.16 KB
/
Copy pathconfig.yml
File metadata and controls
59 lines (57 loc) · 1.16 KB
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
54
55
56
57
58
59
baseURL: 'https://junbread.win'
languageCode: 'ko-kr'
title: 'Junbread🥐'
theme: 'PaperMod'
enableRobotsTXT: true
googleAnalytics: G-0QLLXH086F
params:
env: production
disableThemeToggle: true
ShowReadingTime: true
displayFullLangName: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: true
ShowToc: true
comments:
provider: "giscus"
commentable:
- post: true
homeInfoParams:
title: "Junbread Dev Blog"
content: "개발&새발💻"
socialIcons:
- name: "github"
url: "https://github.com/junbread"
- name: "linkedin"
url: "https://www.linkedin.com/in/junhyun-kim-967068182/"
- name: "rss"
url: "/index.xml"
menu:
main:
- identifier: about
name: About
url: /about
weight: 10
- identifier: archives
name: 아카이브
url: /archives/
weight: 20
- identifier: tags
name: 태그
url: /tags/
weight: 30
- identifier: search
name: 검색
url: /search/
weight: 40
outputs:
home:
- HTML
- RSS
- JSON
markup:
goldmark:
renderer:
unsafe: true