Skip to main content
summaryrefslogtreecommitdiffstats
blob: 148a48945be07bbf11b96502a31e6dcecef445de (plain) (blame)
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
baseURL = "https://projects.eclipse.org/projects/technology.cognicrypt"
languageCode = "en-us"
title = "Securely using Cryptography with CogniCrypt"
theme = "hugo-solstice-theme"


[permalinks]
  news = "/:sections/:slug/"
  
[[menu.main]]
  name = "Downloads"
  weight = -150
  identifier = "downloads"
  url= "/downloads/"

[[menu.main]]
  name = "Documentation"
  weight = -100
  identifier = "documentation"
  url= "/documentation/"  
  
[[menu.main]]
  name = "Contributing"
  weight = -70
  identifier = "contributing"
  url= "/contributing/"  
  
[[menu.main]]
  name = "News"
  weight = -50
  identifier = "news"
  url= "/news/"

Back to the top