-
-
Notifications
You must be signed in to change notification settings - Fork 134
Expand file tree
/
Copy pathconfig.yaml.in
More file actions
54 lines (49 loc) · 1.1 KB
/
config.yaml.in
File metadata and controls
54 lines (49 loc) · 1.1 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
baseURL: https://numpy.org/
languageCode: en-us
theme: hugo-fresh
disableKinds: ["taxonomyTerm"]
googleAnalytics: UA-162151853-1
DefaultContentLanguage: en
markup:
goldmark:
renderer:
unsafe: true
# Uncomment this to disable the translations for the specified languages.
# This may be useful to be able to merge partial translations without deploying
# them to numpy.org immediately.
disableLanguages: ["pt", "ja", "zh"]
params:
images:
- /images/logos/numpy.svg
navColor: blue
font:
name: "Lato"
sizes: [400,900]
languages:
en:
title: NumPy
weight: 1
contentDir: content/en
< content/en/config.yaml >
< content/en/tabcontents.yaml >
# Portuguese
pt:
title: NumPy
weight: 2
contentDir: content/pt
< content/pt/config.yaml >
< content/pt/tabcontents.yaml >
# Japanese
ja:
title: NumPy
weight: 3
contentDir: content/ja
< content/ja/config.yaml >
< content/ja/tabcontents.yaml >
# Chinese
zh:
title: NumPy
weight: 3
contentDir: content/zh
< content/zh/config.yaml >
< content/zh/tabcontents.yaml >