-
-
Notifications
You must be signed in to change notification settings - Fork 109
/
config.yaml.in
62 lines (57 loc) · 1.25 KB
/
config.yaml.in
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
baseURL: https://numpy.org/
languageCode: en-us
theme: scientific-python-hugo-theme
disableKinds: ["taxonomy", "term"]
DefaultContentLanguage: en
markup:
goldmark:
renderer:
unsafe: true
# Add two character language codes to disable translations for the specified
# languages. This may be useful to be able to merge partial translations
# without deploying them to numpy.org immediately.
disableLanguages: []
params:
colorScheme: light
author:
name: "NumPy team"
images:
- /images/numpy-image.jpg
navColor: blue
font:
name: "Lato"
sizes: [400,900]
plausible:
dataDomain: numpy.org
languages:
en:
title: NumPy
weight: 1
contentDir: content/en
include-files:
- content/en/config.yaml
- content/en/tabcontents.yaml
# Portuguese
pt:
title: NumPy
weight: 2
contentDir: content/pt
include-files:
- content/pt/config.yaml
- content/pt/tabcontents.yaml
# Japanese
ja:
title: NumPy
weight: 3
contentDir: content/ja
include-files:
- content/ja/config.yaml
- content/ja/tabcontents.yaml
# Spanish
es:
title: NumPy
weight: 4
contentDir: content/es
include-files:
- content/es/config.yaml
- content/es/tabcontents.yaml