-
Notifications
You must be signed in to change notification settings - Fork 34
/
config.toml
50 lines (39 loc) · 941 Bytes
/
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
baseURL = 'https://maplibre.org/'
languageCode = 'en-us'
title = 'MapLibre'
sectionPagesMenu = "main"
copyright = "CC0"
enableRobotsTXT = true
enableGitInfo = true
summaryLength = 30
enableEmoji = true
timeout = '120s'
paginate = 50
[taxonomies]
author = "authors"
category = "categories"
[menu]
[params]
description = "Open-source mapping libraries for web and mobile app developers."
keywords = "maplibre maps"
githubProjectUrl = "https://github.com/maplibre/maplibre.github.io"
# Links format
[permalinks]
posts = "/posts/:year/:month/:slug/"
datefmt = "Jan 2, 2006"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
lineAnchors = ''
lineNoStart = 1
lineNos = true
lineNumbersInTable = false
noClasses = true
tabWidth = 4
style = 'friendly'