Skip to content
Snippets Groups Projects
config.toml 2.07 KiB
Newer Older
Gervaise Henry's avatar
Gervaise Henry committed
baseurl = "https://strandlab.net/"
Gervaise Henry's avatar
Gervaise Henry committed
title = "Strand Lab"
author = "Gervaise H. Henry"
Gervaise Henry's avatar
Gervaise Henry committed
# 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"
Gervaise Henry's avatar
Gervaise Henry committed
  # 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>"
Gervaise Henry's avatar
Gervaise Henry committed
    weight = 1
    identifier = "research"
    url = "/research"
  [[menu.main]]
    name = "People"
    pre = "<i class='fas fa-user fa-fw'></i>"
Gervaise Henry's avatar
Gervaise Henry committed
    weight = 2
    identifier = "people"
    url = "/people/"
  [[menu.main]]
    name = "Publications"
    pre = "<i class='fas fa-book fa-fw'></i>"
Gervaise Henry's avatar
Gervaise Henry committed
    weight = 3
    identifier = "publications"
    url = "/publications/"
Gervaise Henry's avatar
Gervaise Henry committed
  [[menu.main]]
    name = "Biorepository"
    pre = "<i class='fas fa-stethoscope fa-fw'></i>"
    weight = 4
    identifier = "repository"
    url = "/repository/"
Gervaise Henry's avatar
Gervaise Henry committed
  [[menu.main]]
    name = "Single-Cell Data"
    pre = "<i class='fas fa-chart-bar fa-fw'></i>"
Gervaise Henry's avatar
Gervaise Henry committed
    weight = 5
    identifier = "sc.data"
    url = "/sc.data/"
Gervaise Henry's avatar
Gervaise Henry committed
  [[menu.main]]
    name = "Contact"
    pre = "<i class='fas fa-phone fa-fw'></i>"
Gervaise Henry's avatar
Gervaise Henry committed
    weight = 6
    url = "/contact"

[social]
  twitter = "strand_lab"

  biohpcgitlab = "StrandLab/"

[deployment]
  order = [".jpg$", ".gif$"]

Gervaise Henry's avatar
Gervaise Henry committed
  [[deployment.targets]]
    name = "aws-dev"
    URL = "s3://strandlab.dev?region=us-east-2"

  [[deployment.targets]]
    name = "aws"
    URL = "s3://strandlab?region=us-east-2"