-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathhugo.yaml
More file actions
283 lines (274 loc) · 6.62 KB
/
Copy pathhugo.yaml
File metadata and controls
283 lines (274 loc) · 6.62 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
# Configuration
baseURL: 'https://alps.comp-phys.org/'
title: 'ALPS Software Package'
enableRobotsTXT: true
enableGitInfo: true
enableEmoji: true
hasCJKLanguage: true
enableInlineShortcodes: true
#copyright: "ALPS Collaboration"
outputs:
home: [HTML]
page: [HTML]
section: [HTML, RSS]
defaultContentLanguage: en
languages:
en:
label: English
languageName: English
contentDir: content/en
locale: en
weight: 1
menu:
main:
- identifier: installation
name: Installation
pageRef: /install
weight: 1
- identifier: start
name: Getting Started
pageRef: /start
weight: 2
- identifier: tutorials
name: Tutorials
pageRef: /tutorials
weight: 3
- identifier: documentation
name: Documentation
pageRef: /documentation
weight: 4
- identifier: about
name: About
pageRef: /about
weight: 5
- identifier: govern
name: Governance
pageRef: /govern
weight: 6
- identifier: events
name: Events
pageRef: /events
weight: 7
- identifier: faqs
name: FAQs
pageRef: /faqs
weight: 8
- name: Search
weight: 9
params:
type: search
- name: GitHub
weight: 10
url: "https://github.com/ALPSim"
params:
icon: github
- name: Discord
weight: 11
url: "https://discord.gg/JRNWnnva9g"
params:
icon: discord
- name: YouTube
weight: 12
url: "https://youtube.com/@ALPS-Collaboration"
params:
icon: youtube
- name: Toggle
weight: 13
params:
type: theme-toggle
icon: sun
- identifier: language
name: 🌐 Language
weight: 20
params:
type: language-switch
label: true
zh-cn:
label: 中文
languageName: 中文
contentDir: content/zh-cn
locale: zh-cn
weight: 2
menu:
main:
- identifier: installation
name: 安装指南
pageRef: /install
weight: 1
- identifier: start
name: 快速入门
pageRef: /start
weight: 2
- identifier: tutorials
name: 教程资源
pageRef: /tutorials
weight: 3
- identifier: documentation
name: 文档中心
pageRef: /documentation
weight: 4
- identifier: about
name: 关于我们
pageRef: /about
weight: 5
- identifier: govern
name: 领导团队
pageRef: /govern
weight: 6
- identifier: events
name: 活动日程
pageRef: /events
weight: 7
- identifier: faqs
name: 常见问题
pageRef: /faqs
weight: 8
- name: 搜索
weight: 9
params:
type: search
- name: GitHub
weight: 10
url: "https://github.com/ALPSim"
params:
icon: github
- name: Discord
weight: 11
url: "https://discord.gg/JRNWnnva9g"
params:
icon: discord
- name: YouTube
weight: 12
url: "https://youtube.com/@ALPS-Collaboration"
params:
icon: youtube
- name: 切换模式
weight: 13
params:
type: theme-toggle
icon: sun
- identifier: language
name: 🌐 语言
weight: 20
params:
type: language-switch
label: true
ja:
label: 日本語
languageName: 日本語
contentDir: content/ja
locale: ja
weight: 3
menu:
main:
- identifier: installation
name: インストール
pageRef: /install
weight: 1
- identifier: start
name: はじめに
pageRef: /start
weight: 2
- identifier: tutorials
name: チュートリアル
pageRef: /tutorials
weight: 3
- identifier: documentation
name: ドキュメント
pageRef: /documentation
weight: 4
- identifier: about
name: 概要
pageRef: /about
weight: 5
- identifier: govern
name: 運営体制
pageRef: /govern
weight: 6
- identifier: events
name: イベント
pageRef: /events
weight: 7
- identifier: faqs
name: よくある質問
pageRef: /faqs
weight: 8
- name: 検索
weight: 9
params:
type: search
- name: GitHub
weight: 10
url: "https://github.com/ALPSim"
params:
icon: github
- name: Discord
weight: 11
url: "https://discord.gg/JRNWnnva9g"
params:
icon: discord
- name: YouTube
weight: 12
url: "https://youtube.com/@ALPS-Collaboration"
params:
icon: youtube
- name: モード切替
weight: 13
params:
type: theme-toggle
icon: sun
- identifier: language
name: 🌐 言語
weight: 20
params:
type: language-switch
label: true
module:
hugoVersion:
extended: true
min: "0.112.0"
imports:
- path: github.com/imfing/hextra
markup:
goldmark:
renderer:
unsafe: true
extensions:
passthrough:
enable: true
delimiters:
inline:
- - $
- $
block:
- - $$
- $$
highlight:
noClasses: false
params:
description: "International collaboration for developing opensource softwares for simulation of quantum lattice models, such as quantum spin systems, electron systems, etc"
headTitle: "ALPS - Algorithms and Libraries for Physics Simulations"
math:
engine: katex
katex:
base: "https://cdn.jsdelivr.net/npm/katex@0.17.0/dist"
theme:
# light | dark | system
default: system
displayToggle: true
page:
width: normal
editURL:
enable: true
base: "https://github.com/ALPSim/alpsim.github.io/edit/main/content"
navbar:
displayLogo: true
displayTitle: false
logo:
path: logo/alps.png
dark: logo/alps.png
width: 48px
footer:
displayCopyright: true
i18n:
enable: true