forked from eclipse-cognicrypt/hugo-website-sources
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
133 lines (106 loc) · 2.88 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
126
127
128
129
130
131
132
baseURL = "https://www.eclipse.org/cognicrypt"
languageCode = "en-us"
title = "Securely using Cryptography with CogniCrypt"
theme = "hugo-solstice-theme"
[permalinks]
news = "/:sections/:slug/"
[[menu.main]]
name = "Publications"
weight = -200
identifier = "publications"
url= "/publications/"
[[menu.main]]
name = "Downloads"
weight = -150
identifier = "downloads"
url= "/downloads/"
[[menu.main]]
name = "Documentation"
weight = -100
identifier = "doc-menu"
url= "/documentation/"
[[menu.main]]
name = "Introduction & Configuration"
parent = "doc-menu"
weight = -100
identifier = "doc-gensetmenu"
url= "/documentation/"
[[menu.main]]
name = "CrySL Language"
weight = -50
parent = "doc-menu"
identifier = "crysl-language"
url = "/documentation/crysl/"
[[menu.main]]
name = "Code Generation"
weight = -40
parent = "doc-menu"
identifier = "code-gen"
url = "/documentation/codegen/"
[[menu.main]]
name = "Code Analysis"
weight = -30
parent = "doc-menu"
identifier = "code-analysis"
url = "/documentation/codeanalysis/"
[[menu.main]]
name = "Contributing"
weight = -70
identifier = "contr-menu"
url= "/contributing/"
[[menu.main]]
name = "Bugs and Feature Requests"
parent = "contr-menu"
identifier = "bugs-features"
url = "/contributing#bugs"
[[menu.main]]
name = "Code Contributions"
parent = "contr-menu"
identifier = "code-contr"
url = "/contributing#code"
[[menu.main]]
name = "Cryptographic Primitives"
parent = "contr-menu"
identifier = "crypto-prim"
url = "/contributing#prim"
[[menu.main]]
name = "Cryptographic Tasks"
parent = "contr-menu"
identifier = "crypto-tasks"
url = "/contributing#tasks"
[[menu.main]]
name = "News"
weight = -50
identifier = "news"
url= "/news/"
DefaultContentLanguage = "en"
metaDataFormat = "yaml"
#googleAnalytics = "UA-910670-30"
disableKinds = ["cloud", "devices", "events", "gateway", "hardware", "member", "news", "open-iot-challenge-entries", "resources"]
paginate = 6
buildFuture = true
[Params]
description = "Eclipse CogniCrypt is an intelligent open-source platform ensuring the secure usage of crypto components."
subtitle = ""
seo_title_suffix = " | CogniCrypt"
keywords = [""]
# logo = "assets/images/iot-logo.png"
styles = "assets/css/bootstrap.css"
js = "assets/js/main.js"
favicon = "favicon.ico"
# share_img = "site_preview.jpg"
# gcse = "011805775785170369411:p3ec0igo0qq"
# header_wrapper_class = "header-default-bg-img"
# subtheme = "jakarta"
# call_for_action_text = ""
# call_for_action_url = ""
# call_for_action_icon = ""
[Author]
name = "Eclipse Foundation"
website = "https://www.eclipse.org"
email = "[email protected]"
# facebook = "eclipseiot"
# twitter = "CogniCrypt"
# youtube = "EclipseFdn"
# googleplus = "+Eclipse"
# linkedin = "company/eclipse-foundation/"