-
Gervaise Henry authoreda335ace1
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
config.toml 2.15 KiB
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 = "http://www.strandlab.net.s3-website.us-east-2.amazonaws.com/"
title = "Strand Lab"
author = "Gervaise H. Henry"
theme = "blackburn"
# Shown in the side menu
copyright = "© 2019. All rights reserved."
canonifyurls = true
paginate = 10
[indexes]
tag = "tags"
topic = "topics"
[params]
# Shown in the home page
institution = "UT Southwestern Medical Center"
isite = "https://www.utsouthwestern.edu/"
brand = "Strand Lab"
department = "Department of Urology"
dsite = "https://www.utsouthwestern.edu/education/medical-school/departments/urology/"
description = "Investigating lower urinary tract biology"
googleAnalytics = "UA-120971283-2"
# CSS name for highlight.js
highlightjs = "androidstudio"
highlightjs_extra_languages = ["yaml"]
dateFormat = "02 Jan 2006, 15:04"
# Include any custom CSS and/or JS files
# (relative to /static folder)
custom_css = [""]
custom_js = [""]
[menu]
# Shown in the side menu.
[[menu.main]]
name = "Research"
pre = "<i class='fas fa-home fa-fw'></i>"
weight = 1
identifier = "research"
url = "/research"
[[menu.main]]
name = "People"
pre = "<i class='fas fa-user fa-fw'></i>"
weight = 2
identifier = "people"
url = "/people/"
[[menu.main]]
name = "Publications"
pre = "<i class='fas fa-book fa-fw'></i>"
weight = 3
identifier = "publications"
url = "/publications/"
[[menu.main]]
name = "Biorepository"
pre = "<i class='fas fa-stethoscope fa-fw'></i>"
weight = 4
identifier = "repository"
url = "/repository/"
[[menu.main]]
name = "Single-Cell Data"
pre = "<i class='fas fa-chart-bar fa-fw'></i>"
weight = 5
identifier = "sc.data"
url = "/sc.data/"
[[menu.main]]
name = "Contact"
pre = "<i class='fas fa-phone fa-fw'></i>"
weight = 6
url = "/contact"
[social]
# Link your social networking accounts to the side menu
# by entering your username or ID.
# SNS microblogging
twitter = "strand_lab"
# Techie
biohpcgitlab = "StrandLab/"
[deployment]
order = [".jpg$", ".gif$"]
[[deployment.targets]]
name = "aws"
URL = "s3://www.strandlab.net?region=us-east-2"