forked from numpy/numpy.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml.in
53 lines (49 loc) · 1.09 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
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