-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
170 lines (131 loc) · 2.8 KB
/
hugo.toml
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
baseURL = "https://srlee056.github.io"
languageCode = "ko-KR"
DefaultContentLanguage = "ko"
hasCJKLanguage = true
theme = "hugo-theme-stack"
paginate = 5
title = "Seorim Log"
copyright = "Seorim Lee"
disqusShortname = "hugo-theme-stack"
enableEmoji = true
enableRobotsTXT = true
# sitemap 생성
[sitemap]
# always, hourly daily, weekly, monthly, yearly, never
changefreq = "daily"
filename = "sitemap.xml"
priority = 0.5
[languages.ko]
languageName = "Korean"
title = "서림록"
weight = 1
[languages.ko.params]
description = ""
[permalinks]
post = "/p/:slug/"
page = "/:slug/"
[params]
mainSections = ["post"]
featuredImageField = "image"
rssFullContent = true
favicon = "/img/favicon.ico"
[params.footer]
since = 2_023
[params.dateFormat]
published = "2006 Jan 02"
lastUpdated = "Jan 02, 2006 15:04 MST"
[params.sidebar]
emoji = "🤩"
subtitle = "좋은 개발자로 한걸음 더"
[params.sidebar.avatar]
enabled = true
local = true
src = "img/avatar.png"
[params.article]
math = false
toc = true
readingTime = false
[params.article.license]
enabled = true
default = "Licensed under CC BY-NC-SA 4.0"
[params.comments]
enabled = true
provider = "giscus"
[params.comments.giscus]
reactionsEnabled = 1
emitMetadata = 0
repo = "srlee056/giscus"
repoID = "R_kgDOK7YF9g"
category = "Blog"
categoryID = "DIC_kwDOK7YF9s4Cb2te"
mapping = "pathname"
lang = "ko"
lightTheme = "light_high_contrast"
darkTheme = "dark_high_contrast"
[[params.widgets.homepage]]
type = "search"
[[params.widgets.homepage]]
type = "archives"
[params.widgets.homepage.params]
limit = 5
[[params.widgets.homepage]]
type = "categories"
[params.widgets.homepage.params]
limit = 10
[[params.widgets.homepage]]
type = "tag-cloud"
[params.widgets.homepage.params]
limit = 10
[[params.widgets.page]]
type = "toc"
[params.opengraph.twitter]
card = "summary_large_image"
[params.defaultImage.opengraph]
enabled = false
local = false
[params.colorScheme]
toggle = true
default = "auto"
[params.imageProcessing.cover]
enabled = true
[params.imageProcessing.content]
enabled = false
[menu]
[[menu.social]]
identifier = "github"
name = "GitHub"
url = "https://github.com/srlee056"
weight = 1
[menu.social.params]
icon = "brand-github"
[[menu.social]]
identifier = "contact"
name = "Contact"
url = "mailto:[email protected]"
weight = 2
[menu.social.params]
icon = "mail"
[related]
includeNewer = true
threshold = 60
toLower = false
[[related.indices]]
name = "tags"
weight = 100
[[related.indices]]
name = "categories"
weight = 200
[markup.goldmark.renderer]
unsafe = true
[markup.tableOfContents]
endLevel = 4
ordered = true
startLevel = 1
[markup.highlight]
noClasses = false
codeFences = true
guessSyntax = true
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
tabWidth = 4