Newer
Older
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"
# 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/"
pre = "<i class='fas fa-chart-bar fa-fw'></i>"
pre = "<i class='fas fa-phone fa-fw'></i>"
weight = 6
url = "/contact"
[social]
twitter = "strand_lab"
biohpcgitlab = "StrandLab/"
[deployment]
order = [".jpg$", ".gif$"]
URL = "s3://strandlab.dev?region=us-east-2"
[[deployment.targets]]
name = "aws"
URL = "s3://strandlab?region=us-east-2"