-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
46 lines (34 loc) · 1.33 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
# Site settings
baseURL = "http://cytodata.org/"
languageCode = "en-us"
title = "CytoData 2019"
theme = "hugo-simpledoc-theme"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[blackfriday]
angledQuotes = true
fractions = false
plainIDAnchors = true
smartlists = true
extensions = ["hardLineBreak"]
## Top menu
[[menu.top]]
name = "Register here!"
weight = 10
url = "https://indico.dkfz.de/event/95/registrations/102/"
[[menu.top]]
name = "Detailed time table"
weight = 10
url = "https://indico.dkfz.de/event/95/timetable/#20191027.detailed"
# Site parameters
[params]
# Meta
description = "CytoData 2019"
author = "Florian Heigwer"
keywords = "biology, computer vision, machine learning, drug discovery, high-content imaging, microscopy, bioinformatics, computational biology"
# Header
# If not set, site title and meta description will be shown.
# You may use markdown here
headerTitle = "CytoData 2019"
headerDescription = "![Combined banner](/./main_files/separate_banner_cytodata.png) We are honored to host the fourth CytoData Symposium and Hackathon from Oct 28-30, 2019 at the DKFZ, Heidelberg, Germany! CytoData brings together the community of researchers mining microscopy image data."
# Back-to-top button name
bttButton = ""