-
Notifications
You must be signed in to change notification settings - Fork 36
/
config.yaml
108 lines (96 loc) · 2.4 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
107
108
title: Scientific Python
baseURL: "https://scientific-python.org"
languageCode: en-us
theme: scientific-python-hugo-theme
DefaultContentLanguage: en
disableKinds: ["term", "taxonomy"]
markup:
highlight:
noClasses: false
goldmark:
renderer:
unsafe: true
module:
mounts:
source: calendars
target: data/calendars
params:
author:
name: Scientific Python team
description: Community developed and owned ecosystem for scientific computing
fonts:
- name: "Lato"
weights: [400, 900]
images:
- /images/logo.svg
plausible:
dataDomain: scientific-python.org
post_meta:
- author
- date
style:
vars:
highlightColor: "#004811"
menuHighlightColor: "#5ca038"
navbarlogo:
image: logo.svg
altText: A green tree on a white hill at the end of a green path in the shape of the letter 'S'.
text: Scientific Python
link: /
navbar:
- title: Home
url: /
- title: Blog
url: https://blog.scientific-python.org
- title: Learn
url: https://learn.scientific-python.org
- title: Tools
url: https://tools.scientific-python.org
hero:
# Main hero title
title: Scientific Python
# Hero subtitle (optional)
subtitle: Community developed, community owned
# Button text
buttontext: About
# Where the main hero button links to
buttonlink: about
# Hero image (from static/images/___)
image: logo.svg
footer:
logo: logo.svg
socialmediatitle: ""
socialmedia:
- link: https://github.com/scientific-python/
icon: github
- link: https://www.youtube.com/c/ScientificPython-org
icon: youtube
- link: https://fosstodon.org/@scientific_python
icon: mastodon
- link: https://discuss.scientific-python.org
icon: discourse
- link: https://discord.com/invite/vur45CbwMz
icon: discord
quicklinks:
column1:
title: ""
links:
- text: About
link: /about/
- text: Roadmap
link: /roadmap/
- text: Code of Conduct
link: /code_of_conduct/
column2:
title: "Maintainers"
links:
- text: SPECs
link: /specs/
- text: Summits
link: /summits/
- text: Calendars
link: /calendars
column3:
links:
- text: Press kit
link: /press-kit