-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
60 lines (49 loc) · 1.5 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
baseURL = "http://dataplanebroker.github.io"
languageCode = "en-us"
title = "DataPlane Broker"
themesDir = "./themes"
theme = "hugo-whisper-theme"
pygmentsCodeFences = true
pygmentsCodefencesGuessSyntax = true
pygmentsUseClasses = true
# Controls how many words are printed in the content summary on the docs homepage.
# See https://gohugo.io/content-management/summaries/
summaryLength = 30
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "What is DPB"
url = "/Docs/Intro/"
weight = 2
[[menu.main]]
name = "Install"
url = "/Docs/installation"
weight = 3
[[menu.main]]
name = "Configuration"
url = "/Docs/config"
weight = 4
[[menu.main]]
name = "News"
url = "/News/"
weight = 5
[params]
google_analytics_id=""
homepage_button_link = 'http://github.com/DataPlaneBroker/DPB/releases'
homepage_button_text = 'Download'
homepage_intro = 'DataPlaneBroker is an open-source network management framework, compatible with the WIM functionalities of the NFV-MANO standards.'
homepage_image = '/images/header.jpg'
## You can enable to add anchor links to header elements
# enable_anchor_link = true
[params.homepage_meta_tags]
meta_description = "DPB WIM service."
meta_og_title = "DPB"
meta_og_type = "website"
meta_og_url = "https://dataplanebroker.github.io"
meta_og_image = "images/logo.svg"
meta_og_description = "H"
[params.logo]
mobile = "/images/logo.svg"
standard = "/images/logo.svg"