-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yml
132 lines (118 loc) · 2.66 KB
/
hugo.yml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
baseURL: "https://blog.injun.dev/"
title: "In-Jun's Development Blog"
defaultContentLanguage: "ko"
pagination:
pagerSize: 5
theme: [PaperMod]
enableInlineShortcodes: true
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
enableEmoji: true
pygmentsUseClasses: true
minify:
disableXML: false
minifyOutput: true
languages:
ko:
languageName: "한국어"
weight: 1
taxonomies:
tag: tags
series: series
menu:
main:
- name: "태그"
url: "/tags/"
weight: 10
- name: "시리즈"
url: "/series/"
weight: 20
- name: "검색"
url: "/search/"
weight: 30
params:
homeInfoParams:
Title: "About Me"
Content: "안녕하세요, DevOps 분야를 탐구 중인 황인준입니다."
en:
languageName: "English"
weight: 2
taxonomies:
tag: tags
series: series
menu:
main:
- name: "Tags"
url: "/tags/"
weight: 10
- name: "Series"
url: "/series/"
weight: 20
- name: "Search"
url: "/search/"
weight: 30
params:
homeInfoParams:
Title: "About Me"
Content: "Hello, I'm In-Jun, exploring the field of DevOps."
outputs:
home:
- HTML
- RSS
- JSON
params:
env: production
title: "In-Jun's Development Blog"
description: "A blog about DevOps, Cloud Computing, and Software Engineering"
keywords: ["DevOps", "Cloud", "AWS", "Kubernetes", "Docker", "Backend"]
author: "In-Jun Hwang"
defaultTheme: auto
editPost:
URL: "https://github.com/in-jun/blog/tree/main/content"
Text: "Suggest Changes"
appendFilePath: true
ShowShareButtons: true
ShowReadingTime: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowWordCount: true
ShowToc: true
TocOpen: false
assets:
disableHLJS: true
favicon: "icon.png"
favicon16x16: "icon.png"
favicon32x32: "icon.png"
apple_touch_icon: "icon.png"
safari_pinned_tab: "icon.png"
label:
text: "In-Jun's Blog"
icon: "icon.png"
iconHeight: 35
socialIcons:
- name: github
url: "https://github.com/in-jun"
- name: linkedin
url: "https://www.linkedin.com/in/in-jun"
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 500
threshold: 0.3
minMatchCharLength: 2
keys: ["title", "permalink", "summary", "content"]
seo:
enableOpenGraph: true
enableTwitterCards: true
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
lineNos: true
style: monokai