-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite.config.toml
104 lines (88 loc) · 1.96 KB
/
site.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
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
baseURL = "/"
languageCode = "en-us"
title = "One World, One People!"
theme = "mystory"
[params]
hero_img = "sergey-pesterev-JV78PVf3gGI-unsplash"
hero_height = "h-60 md:h-72"
hero_titlecolor = "text-yellow-400"
hero_titleflyover = "text-yellow-600"
hero_tagline = "Get the most from your processes now!"
hero_video = "https://www.youtube.com/watch?v=HRK0GECpQbA"
org_alias = ""
org_author = "Your Name"
org_author_thumbnail = ""
org_company = "Your Company"
org_logo = "/img/logo.svg"
org_twitter = ""
fathom_site_code = ""
toggle_debug = false
toggle_lunr = false
toggle_vue = false
toggle_readmore = true
[[menu.social]]
[taxonomies]
tag = "tags"
category = "testimonials"
chapter = "services"
[[menu.social]]
name = "Twitter"
title = "fab fa-twitter-square"
url = "https://twitter.com/"
weight = 6
[[menu.social]]
name = "Linkedin"
title = "fab fa-linkedin"
url = "https://linkedin.com/in/"
weight = 4
[[menu.main]]
name = "About"
title = "About"
url = "/about/"
weight = 90
[[menu.main]]
name = "Videos"
title = "Insights"
url = "https://www.youtube.com/watch?v=HRK0GECpQbA"
weight = 3
[[menu.main]]
name = "Services"
title = "Services"
url = "/services/"
weight = 5
[[menu.main]]
name = "Contact"
title = "Insights"
url = "/contact/"
weight = 10
googleAnalytics = "UA-PROPERTY_ID"
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
anonymizeIP = true
disable = false
respectDoNotTrack = true
useSessionStorage = false
[privacy.instagram]
disable = true
simple = false
[privacy.twitter]
disable = false
enableDNT = true
simple = false
[privacy.vimeo]
disable = true
simple = false
[privacy.youtube]
disable = false
privacyEnhanced = false
[[headers]]
for = "/*"
[header.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"
Set-Cookie = '''
HttpOnly,
Secure,
SameSite=Strict'''