-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathhugo.yaml
108 lines (92 loc) · 1.8 KB
/
hugo.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
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
baseURL: https://ssup2.github.io/blog-software
title: ssup2 Blog / Software
# Import hextra as module
module:
imports:
- path: github.com/imfing/hextra
markup:
# Allow raw html
goldmark:
renderer:
unsafe: true
# Enable hextra syntax highlight
highlight:
noClasses: false
defaultContentLanguage: ko
languages:
ko:
languageName: Korean
weight: 1
#en:
# languageName: English
# weight: 2
menu:
main:
- name: Docs
pageRef: /docs
weight: 1
- name: Series
pageRef: /series
weight: 2
- name: Me
pageRef: /me
weight: 3
- name: Search
weight: 4
params:
type: search
- name: GitHub
weight: 5
url: https://github.com/ssup2/blog-software
params:
icon: github
params:
theme:
# light | dark | system
default: dark
displayToggle: true
page:
# full (100%), wide (90rem), normal (1280px)
width: full
navbar:
displayTitle: true
displayLogo: true
logo:
path: images/logo/logo-black.png
dark: images/logo/logo-white.png
# width: 40
# height: 20
# link: /
width: full
highlight:
copy:
enable: true
# hover | always
display: always
search:
enable: true
type: flexsearch
flexsearch:
# index page by: content | summary | heading | title
index: heading
editURL:
enable: true
base: https://github.com/ssup2/blog-software/edit/main/content
footer:
enable: true
displayCopyright: true
displayPoweredBy: true
width: full
comments:
enable: true
type: giscus
giscus:
repo: ssup2/blog-software
repoId: R_kgDOK-OhAA
category: General
categoryId: DIC_kwDOK-OhAM4CcDhM
mapping: pathname
lang: en
services:
googleAnalytics:
ID: G-F0EX552YXB