Skip to content
config.toml 1.09 KiB
Newer Older
TiG's avatar
TiG committed
baseURL = "https://castellum.mpib.berlin/"
languageCode = "en-us"
title = "Castellum"
theme = "minimal"

DefaultContentLanguage = "en"
enableRobotsTXT = true

[[menu.main]]
    url = "/"
    name = "Home"
    weight = 1

[menu]
  [[menu.main]]
    name = "Contact"
    url = "/contact/"
    weight = 2

[params]
  author = "Castellum Team"
  description = "A Subject Database Meeting Data Protection Standards"
  favicon = "img/castellum-logo.png"
  accent = "#2F5D77" # should match MPIB colors
  showBorder = true
  backgroundColor = "white"
  highlight = true
  highlightStyle = "solarized-light"
  highlightLanguages = ["python", "html", "css", "javascript"]
  css = ["css/custom.css"]

[[menu.icon]]
  url = "mailto:goettel@mpib-berlin.mpg.de"
  name = "fas fa-envelope"
  weight = 1

[[menu.icon]]
  url = "https://git.mpib-berlin.mpg.de/castellum/castellum/"
  name = "fab fa-gitlab"
  weight = 2

[[menu.icon]]
  url = "https://castellum.mpib.berlin/documentation/en/"
  name = "fab fa-readme"
  weight = 3

[[menu.icon]]
  url = "https://chat.gwdg.de/invite/EaHDQ6"
  name = "fab fa-rocketchat"
  weight = 4