-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
71 lines (59 loc) · 1.6 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
baseurl = "https://www.geojs.io"
languageCode = "en-AU"
title = "GeoJS · REST/JSON/JSONP GeoIP API"
metadataformat = "yaml"
# Enable Google Analytics by entering your tracking id
googleAnalytics = "UA-92272378-1"
# Build a robots.txt
enableRobotsTXT = true
# Don't do alias assets since Netlify handles that for us
disableAliases = true
# Enable gitinfo
enableGitInfo = true
description = "GeoJS is a highly available REST/JSON/JSONP IP Geolocation lookup API"
# Code higlighting settings
pygmentsCodefences = true
pygmentsCodeFencesGuesSsyntax = false
pygmentsUseClasses=true
# Enable raw HTML in render
# Without this our charts and other HTML content don't display
[markup.goldmark.renderer]
unsafe = true
[params]
RSSLink = "/index.xml"
author = "jloh"
github = "jloh"
twitter = "itsjloh"
email = "[email protected]"
repo = "https://github.com/jloh/geojs-io"
blog_domain = "https://jloh.ghost.io"
blog_filter = "primary_tag:geojs"
[outputs]
home = [ "HTML", "RSS", "REDIRECTS", "HEADERS" ]
[mediaTypes]
[mediaTypes."text/netlify"]
[outputFormats]
[outputFormats.REDIRECTS]
mediatype = "text/netlify"
baseName = "_redirects"
isPlainText = true
notAlternative = true
[outputFormats.HEADERS]
mediatype = "text/netlify"
baseName = "_headers"
isPlainText = true
notAlternative = true
# Menu items that aren't in frontmatter
[menu]
[[menu.main]]
name = "Blog"
url = "https://jloh.co/tag/geojs/"
weight = 200
[[menu.main]]
name = "App"
url = "https://app.geojs.io/"
weight = 250
[[menu.main]]
name = "Status"
url = "https://status.geojs.io/"
weight = 300