-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
72 lines (64 loc) · 3.05 KB
/
config.toml
File metadata and controls
72 lines (64 loc) · 3.05 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
baseurl = "https://opendigital.ch/"
builddrafts = false
canonifyurls = true
contentdir = "content"
languageCode = "en-US"
layoutdir = "layouts"
publishdir = "docs"
theme = "cocoa"
author = "opendigital"
title = "opendigital"
pygmentsuseclasses = true
#disqusshortname = "cocoaexamplesite" # Comment out to disable Disqus.
pluralizelisttitles = false
googleAnalytics = ""
[permalinks]
fixed = ":title/"
blog = "blog/:slug/"
[[menu.main]]
name = "open flightmaps"
weight = -120
identifier = "open flightmaps"
url = "/ofm-order/"
[[menu.main]]
name = "Flightbox"
weight = -110
identifier = "flightbox"
url = "/flightbox/"
[[menu.main]]
name = "Vuela"
weight = -100
identifier = "vuela"
url = "https://vuela.aero/"
params = { target = "_blank" }
[params]
latestpostscount = 0 # how many posts to display on the home page
i18n_flags = false # whether to display small country flags for available translations
author = "open digital"
cachebuster = true # add the current unix timestamp in query string for cache busting css assets
dateform = "Jan 2, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
description = "Don't panic"
email = "info@opendigital.ch"
extracssfiles = [ "/css/override.css" ] # In your `static` directory, add/remove files as necessary.
faviconfile = "img/favicon.ico"
github = "//github.com/odch"
highlightjs = true
lang = "en"
linkedin = ""
noshowreadtime = false # if true, don't show "<x> minutes read" in posts
selfintro = "" # appears in the site header when set to a non-empty string
twitter = ""
mastodon = ""
# highlightjslanguages = ["go"] # additional languages not included in the "common" set
# highlightjsStyle = "darcula"
privacypolicy = "/datenschutzerklaerung"
impressum = "/impressum"
piwik = false # If true, Piwik integration is enabled
# piwik_url = "//www.example.com/piwik/" # URL to your Piwik installation. Must End with a slash
# piwik_id = 2 # Id of your site in Piwik
avatar = "img/logo.png" # path to image in static dir e.g img/avatar.png (do not use in the same time as gravatar)
# gravatar = "" # do not use in the same time as avatar
# The following are DEPRECATED.
gatracker = "XYZ" # use googleAnalytics instead
initials = "ad" # displayed on single post page; deprecated in v0.3.0.