-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
85 lines (83 loc) · 1.67 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
baseurl = "https://hbpmedical.github.io/development-guidelines/"
canonifyurls = true
googleAnalytics = "UA-80660232-2"
languageCode = "en-uk"
metadataformat = "yaml"
theme = "hugo-theme-learn"
title = "MIP development guidelines"
[blackfriday]
fractions = true
plainIDAnchors = true
smartDashes = true
smartypants = true
[[menu.intro]]
name = "Introduction"
url = "/intro"
weight = 10
[[menu.main]]
name = "Maturity and TRLs"
url = "/maturity"
weight = 10
[[menu.main]]
name = "QA and testing"
url = "/qa"
weight = 20
[[menu.main]]
name = "Github"
url = "/github"
weight = 30
[[menu.main]]
name = "Docker"
url = "/docker"
weight = 40
[[menu.main]]
name = "Python"
url = "/python"
weight = 50
[[menu.main]]
name = "Java"
url = "/java"
weight = 60
[[menu.main]]
name = "Scala"
url = "/scala"
weight = 70
[[menu.main]]
name = "Matlab"
url = "/matlab"
weight = 80
[[menu.main]]
name = "R"
url = "/r"
weight = 90
[[menu.main]]
name = "MIP development guidelines"
url = "/"
weight = 0
[params]
author = "HBP SP8 team"
copyright = "Released under the MIT license"
custom_css = []
custom_js = []
description = "Development guidelines for the Medical Informatics Platform of the Human Brain Project."
favicon = ""
highlight_css = ""
logo = "images/hbp.png"
permalink = "#"
provider = ""
repo_url = "https://github.com/HBPMedical/development-guidelines"
version = ""
editURL = "https://github.com/HBPMedical/development-guidelines/edit/master/content/"
menu = [ "intro", "maturity", "qa", "github", "docker", "python", "java", "scala", "matlab", "r" ]
[params.font]
code = "Ubuntu Mono"
text = "Ubuntu"
[params.palette]
accent = "teal"
primary = "red"
[social]
github = "HBPMedical"
aliases = [
"/intro/",
"/"
]