-
Notifications
You must be signed in to change notification settings - Fork 20
/
config.toml
139 lines (106 loc) · 2.74 KB
/
config.toml
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
################################# Default configuration ###################
# provide your domain here
baseURL = "https://pysal.org"
# theme
theme = "dot"
# site title
title = "PySAL"
[markup.goldmark.renderer]
unsafe= true
################################# navigation ################################
[[menu.main]]
name = "Packages"
url = "packages"
weight = 1
[[menu.main]]
name = "News"
url = "/news"
weight = 2
[[menu.main]]
name = "About"
url = "about"
weight = 3
hasChildren = true
[[menu.main]]
parent = "About"
name = "About Us"
url = "about"
weight = 1
[[menu.main]]
parent = "About"
name = "Team"
url = "team"
weight = 2
[[menu.main]]
parent = "About"
name = "Community Guidelines"
url = "community"
weight = 3
# Dropdown menu
[[menu.main]]
weight = 4
name ="Documentation"
url = "docs"
hasChildren = true
[[menu.main]]
parent = "Documentation"
name = "Installation"
url = "docs/install"
weight = 1
[[menu.main]]
parent = "Documentation"
name = "User Docs"
url = "docs/users"
weight = 2
[[menu.main]]
parent = "Documentation"
name = "Developer Docs"
url = "docs/devs"
weight = 3
############################# Default Parameters ##########################
[params]
# logo is for all page
logo = "pysal_nav_logo.svg"
# logo white is for homepage logo, you can use colorful logo too...
logo_white = "pysal_nav_logo.svg"
# when logo is empty, it will shown your site title
# customize color
primary_color = "#00A8CC"
body_color = "#ffffff"
text_color = "#636363"
text_color_dark = "#242738"
white_color = "#ffffff"
light_color = "#f8f9fa"
# font family
font_family = "Inria Sans" # Choose font family from : https://fonts.google.com/
# contact form action
contact_form_action = "#" # contact form works with : https://formspree.io
############################## social links ##############################
[[params.social]]
icon = "ti-twitter-alt" # themify icon pack : https://themify.me/themify-icons
link = "https://twitter.com/pysal_devs"
[[params.social]]
icon = "ti-github" # themify icon pack : https://themify.me/themify-icons
link = "https://github.com/pysal"
################################ English Language ######################
[Languages.en]
languageName = "En"
languageCode = "en-us"
weight = 1
home = "Home"
copyright = "© PySAL Developers"
# banner
[Languages.en.params.banner]
title = "PySAL"
subtitle='The Python Spatial Analysis Library'
#bg_image = "pysal_logo.svg"
#phrase1 = "open-source, cross-platform"
#phrase2 = "## `geographic data science`"
[Languages.en.params.carousel]
# call to action
[Languages.en.params.cta]
enable = true
content = "The PySAL family is divided into four primary components"
# call to action button
[Languages.en.params.cta.button]
enable = false