-
-
Notifications
You must be signed in to change notification settings - Fork 111
/
config.yaml
106 lines (100 loc) · 2.97 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
baseURL: https://scipy.scientific-python.org/
languageCode: en-us
theme: scientific-python-hugo-theme
disableKinds: ["taxonomy", "term"]
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 scipy.org immediately.
# disableLanguages: ["pt", "ja"]
params:
images:
- /images/logo.svg
navColor: blue
font:
name: "Lato"
sizes: [400, 900]
plausible:
dataDomain: scipy.org
languages:
en:
title: SciPy
weight: 1
contentDir: content/en
languageName: English
params:
description: Why SciPy? Fundamental algorithms. Broadly applicable. Foundational. Interoperable. Performant. Open source.
navbarlogo:
image: logo.svg
altText: A blue circle with a snake in the shape of the letter 'S'.
text: SciPy
link: /
hero:
# Main hero title
title: SciPy
# Hero subtitle (optional)
subtitle: Fundamental algorithms for scientific computing in Python
# Button text
buttontext: Get started
# Where the main hero button links to
buttonlink: "/install"
# Hero image (from static/images/___)
image: logo.svg
section5: false
navbar:
- title: Install
url: /install
- title: Documentation
url: https://docs.scipy.org/doc/scipy/
- title: Community
url: /community
- title: About Us
url: /about
- title: Contribute
url: /contribute
footer:
logo: logo.svg
socialmediatitle: ""
socialmedia:
- link: https://github.com/scipy/scipy
icon: github
- link: https://twitter.com/SciPy_team
icon: twitter
quicklinks:
column1:
title: ""
links:
- text: Install
link: /install
- text: Documentation
link: https://docs.scipy.org/doc/scipy/
- text: Citing SciPy
link: /citing-scipy
- text: Roadmap
link: https://scipy.github.io/devdocs/dev/roadmap.html
column2:
links:
- text: About Us
link: /about
- text: Community
link: /community
- text: SciPy Conference
link: https://conference.scipy.org/
- text: Contribute
link: /contribute
- text: Code of Conduct
link: https://docs.scipy.org/doc/scipy/dev/conduct/code_of_conduct.html
column3:
links:
- text: FAQ
link: /faq
- text: Terms of Use
link: /terms
- text: Privacy
link: /privacy
- text: Press Kit
link: /press-kit