-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
76 lines (66 loc) · 1.75 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
baseurl = "/"
relativeurls=true
languageCode = "en-us"
title = "Ozette Cytoverse"
theme = "hugo-lithium"
googleAnalytics = ""
disqusShortname = ""
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
disablePathToLower = true
[permalinks]
post = "/:year/:month/:day/:slug/"
examples = "/:sections/:filename"
[[menu.main]]
name = "Installation"
url = "/install/index.html"
weight = -10
[[menu.main]]
name = "Learn"
url = "/learn/index.html"
weight = -9
[[menu.main]]
name = "Examples"
url = "/examples/index.html"
weight = -8
[[menu.main]]
name = "Blog"
url = "/post/index.html"
weight = -7
[[menu.main]]
name = "Help"
url = "/help/index.html"
weight = -6
[[menu.main]]
name = "Citation"
url = "/citation/index.html"
weight = -5
[[menu.main]]
name = "GitHub"
url = "https://github.com/RGLab/cytoverse"
weight = -4
[params]
description = "A collection of tools for analysis of cytometry data"
# options for highlight.js (version, additional languages, and theme)
highlightjsVersion = "9.12.0"
highlightjsCDN = "//cdnjs.cloudflare.com/ajax/libs"
highlightjsLang = ["r", "yaml"]
highlightjsTheme = "github"
MathJaxCDN = "//cdnjs.cloudflare.com/ajax/libs"
MathJaxVersion = "2.7.5"
# path to the favicon, under "static"
favicon = "favicon.ico"
[params.logo]
url = "img/cytoverse_logo.png"
width = "100rem"
height = "100rem"
alt = "Logo"
[params.icons]
[params.icons.fh]
url = "img/FH_logo.png"
alt = "RGLab Website"
[params.icons.github]
url = "img/github_logo.png"
alt = "RGLab GitHub"
[params.icons.ozette]
url = "img/ozette_logo.png"
alt = "Ozette Technologies"