-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
52 lines (42 loc) · 1.66 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
baseurl = "https://mcserverhosting.net/"
languageCode = "en-us"
title = "MC Server"
theme = "mc-server-theme-amp"
enableRobotsTXT = true
[params]
title = 'MC Server Hosting LLC'
description = "High performance hosting for your Minecraft, Web, VPS and Database."
amp = true
ampElements = [
"amp-sidebar",
"amp-script",
"amp-selector",
"amp-bodymovin-animation",
]
themeColor = "#ff1d55"
#adsensePublisher = "ca-pub-123456789"
googleAnalytics = "UA-24240017-2"
#appleItunesApp = "app-id=123456789, app-argument=app-name://link/to/app-content"
ampManifest = "/amp-manifest.json"
alternatePageName = "MC Server Hosting LLC"
organizationLogo = "https://mcserverhosting.net/icon.igo"
organizationName = "MC Server Hosting LLC"
organizationAddress = "249 Central Park Ave #300-69, Virginia Beach, VA 23462"
publisherName = "gohugohq.com"
publisherLogo = "https://gohugo-amp.gohugohq.com/logo-publisher.png" # https://developers.google.com/search/docs/data-types/articles#logo-guidelines
publisherLogoWidth = 600
publisherLogoHeight = 60
stylesheetRegular = ["/base-styling.css"] # these styles are used when amp is disabled for a specific page
javascriptRegular = ["/script.js"] # these scripts are used when amp is disabled for a specific page
snipcartApiKey = "YzQ3ZWJlZWMtMjFmZi00NWYyLTg0YjUtYWFkYzNlMzQ3YjdlNjM3OTI5MzgwNjE5Nzk5MDU5"
disableExitModal = true
exitPopupTitle = "Before you go..."
exitPopupText = "Save up to 50% Off your first month when you use your code today."
exitPopupCode = "AUTO GEN"
[taxonomies]
category = 'categories'
tag = 'tags'
faq = 'faqs'
[markup]
[markup.highlight]
style = 'dracula'