-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
45 lines (38 loc) · 980 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
defaultContentLanguage = "en"
defaultContentLanguageInSubdir = true
[imaging]
# Default resample filter used for resizing. Default is Box,
# a simple and fast averaging filter appropriate for downscaling.
# See https://github.com/disintegration/imaging
resampleFilter = "box"
# JPEG quality setting. Default is 75.
quality = 75
[params]
brand = "pace.travel"
paceEmail = "[email protected]"
[taxonomies]
tag = "tags"
[languages]
[languages.en]
weight = 1.0
error = "Sorry nothing to see here"
navLanguage = "Language"
navWhy = "Why Pace?"
navAbout = "About"
navAdvisors = "Revenue Strategists"
navBlog = "Blog"
navTry = "Get in touch"
navSignin = "Sign in"
Hiring = "We're hiring!"
manage = "Subscription"
faq = "FAQ"
glossary = "Glossary"
copyright = "Prix Ltd. 2018"
terms = "Terms & Conditions"
policy = "Privacy Policy"
company = "Company"
career = "Career"
contact = "Contact"
product = "Product"
blog = "Recent Posts"
partners = "Integrations with industry leaders"