-
-
Notifications
You must be signed in to change notification settings - Fork 70
Expand file tree
/
Copy pathconfig.toml
More file actions
309 lines (250 loc) · 6.27 KB
/
config.toml
File metadata and controls
309 lines (250 loc) · 6.27 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
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
baseURL = "https://grass.osgeo.org/"
theme = "grass"
enableInlineShortcodes = true
[params]
siteName = "GRASS"
description = "GRASS is a powerful open-source geospatial processing engine that supports advanced modeling, time series analysis, and spatial data management."
keywords = "python, science, data science, machine learning, jupyter, vector, geospatial, parallel computing, gis, image processing, raster, spatial, open science, remote sensing, arrays, earth observation, geospatial analysis, timeseries analysis, open source, GRASS, FOSS4G, free open source GIS, mapping, mapping software, cartography, GIS data, open source 3D, geographic information system, free software, libre software, topology, visualization, hydrology, archaeology, 3D GIS"
[params.author]
name = "GRASS Development Team"
contact = "https://discourse.osgeo.org/c/grass/developer/61"
[sitemap]
changefreq = "monthly"
filename = "sitemap_hugo.xml"
priority = 0.5
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark.renderer]
unsafe = true
[outputFormats]
[outputFormats.sitemap]
baseName = "sitemap"
isPlainText = false
mediaType = "application/xml"
protocol = "xml://"
path = "/"
[outputs]
home = ["HTML", "sitemap", "RSS"]
[Languages]
# English Language
[Languages.en]
languageName = "En"
weight = 1
languageCode = "en-us"
title = "GRASS - Bringing advanced geospatial technologies to the world"
copyright = "1998-{year}, GRASS Development Team"
[Languages.en.params]
dateFormat = "1 January 2019"
logo = "GRASS"
license = "GNU GPL"
# navigation
[Languages.en.menu]
[[Languages.en.menu.main]]
weight = 1
name = "About Us"
url = "/about"
hasChildren = true
[[Languages.en.menu.main]]
parent = "About Us"
name = "Team"
weight = 1
URL = "/about/team"
[[Languages.en.menu.main]]
parent = "About Us"
name = "Roadmap"
weight = 2
URL = "/about/roadmap"
[[Languages.en.menu.main]]
parent = "About Us"
name = "Governance"
weight = 3
URL = "/about/governance"
[[Languages.en.menu.main]]
parent = "About Us"
name = "License"
URL = "/about/license"
weight = 4
[[Languages.en.menu.main]]
parent = "About Us"
name = "History"
URL = "/about/history"
weight = 5
[[Languages.en.menu.main]]
parent = "About Us"
name = "Brand"
URL = "/about/brand"
weight = 6
[[Languages.en.menu.main]]
parent = "About Us"
name = "Credits"
URL = "/about/credits"
weight = 7
[[Languages.en.menu.main]]
parent = "About Us"
name = "Citation"
URL = "/about/citation"
weight = 8
[[Languages.en.menu.main]]
weight = 2
name = "Download"
url = "/download"
[[Languages.en.menu.main]]
parent = "Download"
name = "GRASS GIS source code"
URL = "https://github.com/OSGeo/grass/tags"
weight = 1
[[Languages.en.menu.main]]
parent = "Download"
name = "GRASS GIS for Linux"
URL = "/download/linux"
weight = 2
[[Languages.en.menu.main]]
parent = "Download"
name = "GRASS GIS for Windows"
URL = "/download/windows"
weight = 3
[[Languages.en.menu.main]]
parent = "Download"
name = "GRASS for Mac"
URL = "/download/mac"
weight = 4
[[Languages.en.menu.main]]
parent = "Download"
name = "conda"
URL = "/download/conda"
weight = 5
[[Languages.en.menu.main]]
parent = "Download"
name = "Docker images"
URL = "/download/docker"
weight = 6
[[Languages.en.menu.main]]
parent = "Download"
name = "Addons"
URL = "/download/addons"
weight = 7
[[Languages.en.menu.main]]
parent = "Download"
name = "Sample data"
URL = "/download/data"
weight = 8
[[Languages.en.menu.main]]
weight = 3
name = "Learn"
url = "/learn"
[[Languages.en.menu.main]]
parent = "Learn"
name = "General overview"
URL = "/learn/overview"
weight = 1
[[Languages.en.menu.main]]
parent = "Learn"
name = "First time users"
URL = "/learn/newcomers"
weight = 2
[[Languages.en.menu.main]]
parent = "Learn"
name = "Documentation"
URL = "/learn/manuals"
weight = 3
[[Languages.en.menu.main]]
parent = "Learn"
name = "Tutorials"
URL = "https://grass-tutorials.osgeo.org"
weight = 4
[[Languages.en.menu.main]]
parent = "Learn"
name = "Gallery"
URL = "/learn/gallery"
weight = 5
[[Languages.en.menu.main]]
parent = "Learn"
name = "Books"
URL = "/learn/books"
weight = 6
[[Languages.en.menu.main]]
parent = "Learn"
name = "Try online"
URL = "/learn/tryonline"
weight = 7
[[Languages.en.menu.main]]
weight = 4
name = "Support"
url = "/support"
hasChildren = true
[[Languages.en.menu.main]]
parent = "Support"
name = "Community"
URL = "/support/community"
weight = 1
[[Languages.en.menu.main]]
parent = "Support"
name = "Commercial Support"
URL = "/support/commercial"
weight = 2
[[Languages.en.menu.main]]
weight = 5
name = "Contribute"
url = "/contribute"
hasChildren = true
[[Languages.en.menu.main]]
parent = "Contribute"
name = "Translate"
URL = "https://weblate.osgeo.org/projects/grass-gis/"
weight = 1
[[Languages.en.menu.main]]
parent = "Contribute"
name = "Development"
URL = "/contribute/development"
weight = 2
[[Languages.en.menu.main]]
parent = "Contribute"
name = "Sponsoring"
URL = "/contribute/sponsoring"
weight = 3
[[Languages.en.menu.main]]
parent = "Contribute"
name = "Sponsors"
URL = "https://grasswiki.osgeo.org/wiki/Sponsors"
weight = 4
# banner
[Languages.en.params.banner]
title = "GRASS"
description = "Bringing advanced geospatial technologies to the world"
image = "/images/banner.jpg"
# Topics
[Languages.en.params.topics]
title = "Geographic Resources Analysis Support System"
# footer social icon
[[Languages.en.params.socialIcon]]
icon = " fab fa-github"
link = "https://github.com/OSGeo/grass"
label = "GRASS on GitHub"
[[Languages.en.params.socialIcon]]
icon = " fab fa-discourse"
link = "https://discourse.osgeo.org/c/grass/62"
label = "GRASS Discourse"
[[Languages.en.params.socialIcon]]
icon = " fab fa-gitter"
link = "https://gitter.im/grassgis/community"
label = "GRASS Gitter Community"
[[Languages.en.params.socialIcon]]
icon = "fab fa-linkedin"
link = "https://www.linkedin.com/company/grass-gis/"
label = "GRASS on LinkedIn"
[[Languages.en.params.socialIcon]]
icon = " fab fa-mastodon"
link = "https://fosstodon.org/@grassgis"
label = "GRASS on Mastodon"
[[Languages.en.params.socialIcon]]
icon = " fab fa-x-twitter"
link = "https://twitter.com/grassgis"
label = "GRASS on Twitter/X"
[[Languages.en.params.socialIcon]]
icon = "fab fa-youtube"
link = "https://www.youtube.com/@grass-gis"
label = "GRASS YouTube Channel"
[[Languages.en.params.socialIcon]]
icon = "fa fa-rss"
link = "https://grass.osgeo.org/index.xml"
label = "RSS Feed"