forked from scientific-python/scientific-python.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
64 lines (57 loc) · 1.53 KB
/
config.toml
File metadata and controls
64 lines (57 loc) · 1.53 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
55
56
57
58
59
60
61
62
63
64
baseURL = "https://scientific-python.org"
languageCode = "en-us"
title = "Scientific Python Ecosystem"
subtitle = "Planning for the next decade"
theme = "mainroad"
[Params]
mainSections = ["_index"]
post_meta = ["author", "date"]
#[Params.sidebar]
# home = "right"
# single = "right"
# list = "right"
# not_for = ["specs", "summits"]
# widgets = ["search", "pinned", "sidemenu", "recent", "taglist", "social"]
[Params.logo]
title = "Planning for the next decade" # Logo title, otherwise will use site title
subtitle = "Scientific Python Ecosystem" # Logo subtitle
image = "img/logo.svg" # Logo image. Path relative to "static"
[menu]
[[menu.main]]
name = "Home"
identifier = "home"
url = "/"
weight = 10
# [[menu.main]]
# name = "ABOUT"
# identifier = "about"
# url = "/about"
# weight = 20
# [[menu.main]]
# name = "POSTS"
# identifier = "posts"
# url = "/posts"
# weight = 30
[[menu.main]]
name = "SPECS"
identifier = "specs"
url = "/specs"
weight = 40
# [[menu.main]]
# name = "PROJECTS"
# identifier = "projects"
# url = "/projects"
# weight = 50
# [[menu.main]]
# name = "SUMMITS"
# identifier = "summits"
# url = "/summits"
# weight = 50
[Params.style.vars]
highlightColor = "#004811" # Override highlight color
menuHighlightColor = "#5ca038" # Override menu highlight color
[Params.widgets.social]
github = "scientific-python"
[[Params.widgets.social.custom]]
title = "Youtube"
url = "https://www.youtube.com/channel/UC2wKi87Wmy9C1OQMyD9fGxA"