-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
51 lines (40 loc) · 1.08 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
baseURL = "/"
languageCode = "en-gb"
defaultContentLanguage = "en"
googleAnalytics = "UA-3047863-9"
title = "Messaging Principles"
theme = "techdoc"
metaDataFormat = "yaml"
enableGitInfo = true
enableEmoji = true
pygmentsStyle = "manni"
pygmentsCodeFences = true
pygmentsUseClasses = false
[Params]
# Theme settings section
# Theme color
custom_font_color = ""
custom_background_color = "#000078"
# Documentation Menu section
# Menu style settings
menu_style = "open-menu" # "open-menu" or "slide-menu"
# Analytic section
google_analytics_id = "UA-3047863-9" # Your Google Analytics tracking id
tag_manager_container_id = "" # Your Google Tag Manager container id
google_site_verification = "" # Your Google Site Verification for Search Console
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "About"
url = "/about"
weight = 2
# Blackfriday Markdown
[blackfriday]
hrefTargetBlank = true
# Deployment
[deployment]
[[deployment.targets]]
name = "s3website"
URL = "s3://messagingprinciples?region=eu-west-2"