-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
132 lines (125 loc) · 2.41 KB
/
config.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
theme: hugo-theme-stack
baseURL: https://blog.nishipy.com
languageCode: en-us
title: /home/nishipy
languages:
en:
languageName: English
weight: 1
title: /home/nishipy
menu:
main:
- identifier: home
name: Home
url: /
weight: -190
params:
icon: home
newtab: false
# - identifier: blog
# name: Posts in Japanese
# url: https://nishipy.com
# weight: -200
# params:
# icon: language-jp-en
# newtab: true
- identifier: about
name: About
url: /about/
weight: -100
params:
icon: user
newtab: false
social:
- identifier: github
name: GitHub
url: "https://github.com/nishipy"
params:
icon: brand-github
weight: -100
- identifier: twitter
name: Twitter
url: "https://twitter.com/iamnishipy"
params:
icon: brand-twitter
weight: 1
- identifier: posts-in-japanese
name: Blog
url: "https://nishipy.com"
params:
icon: language-jp-en
weight: 2
params:
favicon: /images/favicon.ico
sidebar:
emoji: 🐈
avatar:
enabled: true
local: false
src: /images/favicon.ico
article:
math: true
toc: true
readingTime: false
license:
enabled: true
default: Licensed under CC BY-NC-SA 4.0
opengraph:
twitter:
card: summary
site: iamnishipy
defaultImage:
opengraph:
enabled: true
local: true
src: /images/favicon.ico
colorScheme:
toggle: true
default: dark
widgets:
homepage:
- type: search
- type: archives
params:
limit: 5
- type: categories
params:
limit: 10
- type: tag-cloud
params:
limit: 10
page:
- type: toc
footer:
since: 2023
customText:
# comments:
# enabled: true
# provider: disqus
permalinks:
post: /p/:slug/
page: /:slug/
related:
includeNewer: true
threshold: 60
toLower: false
indices:
- name: tags
weight: 100
- name: categories
weight: 200
markup:
goldmark:
renderer:
## Set to true if you have HTML content inside Markdown
unsafe: false
tableOfContents:
endLevel: 4
ordered: false
startLevel: 2
highlight:
noClasses: false
codeFences: true
lineNoStart: 1
lineNos: true
lineNumbersInTable: true