-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.yaml
More file actions
153 lines (135 loc) · 3.29 KB
/
hugo.yaml
File metadata and controls
153 lines (135 loc) · 3.29 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
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
baseURL: "https://gnosyslambda.github.io/"
languageCode: ko-KR
title: "gnosyslambda's log"
theme: PaperMod
googleAnalytics: "G-D52V7VW49P"
paginate: 10
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
env: production
title: "gnosyslambda's log"
description: "Backend Engineering & AI 인사이트. 시스템 설계, 아키텍처, AI 도구에 대한 깊이 있는 기록."
keywords: [developer, AI, tech, blog, kotlin, java, typescript, LLM]
author: gnosyslambda
images: ["/images/og-image.png"]
defaultTheme: dark
disableThemeToggle: false
ShowReadingTime: true
ShowShareButtons: true
ShowPostNavLinks: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowWordCount: true
ShowRssButtonInSectionTermList: true
UseHugoToc: true
disableSpecial1stPost: false
disableScrollToTop: false
comments: true
hidemeta: false
hideSummary: false
showtoc: true
tocopen: false
assets:
favicon: "/favicon.ico"
favicon16x16: "/favicon-16x16.png"
favicon32x32: "/favicon-32x32.png"
apple_touch_icon: "/apple-touch-icon.png"
safari_pinned_tab: "/safari-pinned-tab.svg"
custom_css: ["css/extended/custom_font.css"]
label:
text: "gnosyslambda's log"
icon: /apple-touch-icon.png
iconHeight: 35
profileMode:
enabled: false
homeInfoParams:
Title: " "
Content: "</p><div class='home-hero'><img src='https://github.com/gnosyslambda.png' alt='avatar' class='home-avatar'/><h1 class='home-name'>gnosyslambda</h1><span class='home-role'>Backend Engineer · AI Explorer</span><p class='home-desc'>대규모 시스템 설계 · AI 엔지니어링 · 오픈소스 생태계<br/>깊이 있는 기술 인사이트를 기록합니다</p></div><p>"
socialIcons:
- name: github
url: "https://github.com/gnosyslambda"
- name: rss
url: "/index.xml"
analytics:
google:
SiteVerificationTag: "D52V7VW49P"
cover:
hidden: false
hiddenInList: false
hiddenInSingle: false
fuseOpts:
isCaseSensitive: false
shouldSort: true
location: 0
distance: 1000
threshold: 0.4
minMatchCharLength: 0
limit: 10
keys: ["title", "permalink", "summary", "content"]
menu:
main:
- identifier: posts
name: Posts
url: /posts/
weight: 10
- identifier: categories
name: Categories
url: /categories/
weight: 20
- identifier: tags
name: Tags
url: /tags/
weight: 30
- identifier: archives
name: Archives
url: /archives/
weight: 40
- identifier: search
name: Search
url: /search/
weight: 50
- identifier: about
name: About
url: /about/
weight: 60
- identifier: privacy
name: Privacy
url: /privacy/
weight: 70
outputs:
home:
- HTML
- RSS
- JSON
pygmentsUseClasses: true
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
style: monokai
lineNos: false
codeFences: true
guessSyntax: true
tabWidth: 4
privacy:
vimeo:
disabled: false
simple: true
x:
disabled: false
enableDNT: true
simple: true
instagram:
disabled: false
simple: true
youtube:
disabled: false
privacyEnhanced: true