-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
62 lines (53 loc) · 1.22 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
53
54
55
56
57
58
59
60
61
62
timeout = 60000
baseURL = '/'
languageCode = 'en-us'
title = 'FivexL. Cloud Engineering Specialists'
paginate = 6
# this is just a place holder theme. please remove it later
theme = "example"
enableRobotsTXT = true
# Main navigation
[menu]
[[menu.main]]
url = 'https://sales.fivexl.io/schedule-a-call'
name = 'Contact'
weight = 40
[menu.main.params]
class = "hdr-NavigationItem_Contact"
# Footer nav menu
[[menu.footer_nav]]
url = '/about'
name = 'FivexL'
weight = 10
[[menu.footer_nav]]
url = '/about'
name = 'About'
weight = 20
[[menu.footer_nav]]
url = 'https://sales.fivexl.io/schedule-a-call'
name = 'Contact'
weight = 30
[[menu.footer_external]]
url = 'https://www.linkedin.com/company/5xl/'
name = 'Linkedin'
weight = 10
[menu.footer_external.params]
icon = 'linkedin'
[[menu.footer_external]]
url = 'https://github.com/fivexl'
name = 'Github'
weight = 20
[menu.footer_external.params]
icon = 'github'
disableKinds = ['category'] # Categories disabled initially
[params]
relatedBlogsLength = 3
[imaging]
quality = 80
[outputs]
section = ['HTML', 'JSON']
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true