-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
126 lines (109 loc) · 3.64 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
title = "FDio - The Universal Dataplane"
baseURL = "/"
languageCode = "en-us"
theme = "airspace-hugo"
publishDir = "public"
[menu]
[[menu.header]]
weight = 1
name = "Use Cases"
url = "/overview/fdiousecases"
[[menu.header]]
weight = 2
name = "Get Started With VPP"
url = "/vppproject/vpptech"
[[menu.header]]
weight = 3
name = "Documentation"
url = "/documentation"
[[menu.header]]
weight = 4
name = "The Latest"
url = "/latest/news"
[[menu.header]]
weight = 5
name = "Get Involved"
url = "/community/join"
# The site's parameters
[params]
# If you want to remove the copyright text you need a Themefisher license.
# This license is offered with a 50% discount for all Hugo users.
# For information see https://github.com/gohugoio/hugoThemes/issues/260
dateFormat = "6 January 2006"
home = "Home"
[params.slider]
enable = true
bgImage = "img/fdio_bg.jpg"
title = "FD.io <br> The World’s Secure Networking Data Plane"
subtitle = """
An Open Source Terabit Software Dataplane <br>
The world moves at light speed. <br>
Make sure your packet traffic keeps up.
<br><br>
Enriching Data Plane Leadership and Deployment Efficiency.
<br>
The Fast Data Project's VPP Release 20.01 is here!
"""
btnText = "Read about the Features and Perfomance of FD.io VPP Release 20.05"
url = "https://www.lfnetworking.org/blog/2020/07/27/fd-io-introduces-vpp-release-20-05/"
[params.wrapper]
enable = true
image = "img/universal-network-function.png"
title = "Why FD.io?"
content = """
### Lowers the Barrier to Entry
#### Industry-standard, cross-platform, network Stack - supported by multiple hardware vendors
### Increases Velocity
#### Encourages industry disruption and fosters innovation
### Platform optimized
#### Built using same super-scalar optimizations as [DPDK](http://www.dpdk.org)
### Broad adoption
#### Supported by a broad community of industry contributors
"""
wbtnText = "Some FD.io Use Cases"
wurl = "/overview/fdiousecases"
[params.feature]
enable = true
bgImage = "img/fdio_bg.jpg"
title = "What is Vector Packet Processing (VPP)?"
content = """
FD.io VPP is the Swiss Army knife of networking toolchains - enabling astounding software packet processing.
<br></br>
<b>Relentless speed and scale.</b>
<br />
Up to two orders of magnitude greater packet processing throughput.
<br />
VPP's host stack comprises packet, transport, session, and application layer protocols enabling entire networking and security functions to be injected into software packet processing.
<br /><br />
<b>Easily programmable.</b>
<br />
FD.io is easily extensible through plugins or by building applications on top of
the FD.io VPP API.
<br /><br />
<b>Deploy anywhere.</b>
<br />
Bare metal, VM or container.
x86, ARM, and PowerPC architectures.<br /> <br />
<b>The future of packet processing. Now.</b>
"""
[params.feature.button]
caption = "VPP Technology"
url = "/vppproject"
[params.feature.button2]
caption = "VPP Performance"
url = "/performance/scaling"
[params.feature.button3]
caption = "Get Started"
url = "/vppproject/vppinstalling"
[params.prjcomnews]
enable=true
pimage = "img/prj.png"
title = "The FD.io Community"
content = """
#### The Fast Data Project (FD.io) is a collaborative open-source project aimed at establishing a high-performance IO services framework for dynamic compute environments.
#### For the latest news or how you can get involved please see the links below.
"""
btnText1 = "The Latest News"
url1 = "/latest/news"
btnText2 = "Get Involved"
url2 = "/community/join"