-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
81 lines (77 loc) · 2.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
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
baseURL = 'https://www.pbxdom.com/'
languageCode = 'en-us'
title = 'PBXDom'
theme = 'pbxdom'
paginate = 9
paginatePath = ""
enableRobotsTXT= true
[params]
Description = 'PBXDom is a real-time call analytics tool that’s easy to set up, offers customizable dashboards for dozens of use cases, and connects your phone system to the cloud. '
[taxonomies]
tag = "tags"
[permalinks]
tags = "/tag/:slug/"
[menu]
[[menu.main]]
name = 'Products'
weight = 10
[[menu.main]]
name = 'Analytics & Monitoring'
pageRef = '/call-analytics-monitoring'
parent = 'Products'
weight = 1
[[menu.main]]
name = 'Emergency 911 & Alert'
pageRef = '/emergency-911-alert'
parent = 'Products'
weight = 2
[[menu.main]]
name = 'Telecom Expenses & Call Accounting Software'
pageRef = '/telecom-expense-call-accounting-software'
parent = 'Products'
weight = 3
[[menu.main]]
name = 'Integrations'
pageRef = '/integrations-pbx-uc-systems'
weight = 20
[[menu.main]]
name = 'Pricing'
pageRef = '/pricing'
weight = 30
[[menu.main]]
name = 'Resources'
weight = 40
[[menu.main]]
name = 'Blog'
pageRef = '/blog'
parent = 'Resources'
weight = 1
[[menu.main]]
name = 'Sign In'
outline = true
url = 'https://v3.pbxdom.com/login'
weight = 50
[menu.main.params]
rel = 'external'
[[menu.main]]
name = 'START FREE TRIAL'
outline = true
url = 'https://v3.pbxdom.com/signup'
weight = 60
[menu.main.params]
rel = 'external'
[outputs]
home = ["HTML", "RSS"]
[outputFormats.HTML]
mediaType = "text/html"
isPlainText = true
[outputFormats.RSS]
mediatype = "application/rss+xml"
baseName = "rss"
[params.pagination]
# These are all optional and default to true
showBeginEnd = true # If false it will hide the First/Previous/Next/Last if it evaluates to false
showPrevious = true # If false it will hide the previous button
showNext = true
showPageNumbers = true # If false it will hide the numbering of pages
pagesBetweenActive = 3 # Shows how many page numbers to show between the active page - it defaults to 3