Skip to content
Snippets Groups Projects
config.toml 1.1 KiB
Newer Older
Lars Bilke's avatar
Lars Bilke committed
languageCode = "en-us"
title = "OpenGeoSys-6"
Lars Bilke's avatar
Lars Bilke committed
theme = "ogs"
baseURL = "http://localhost:1313"
Lars Bilke's avatar
Lars Bilke committed
buildDrafts = true
pygmentsstyle = 'friendly'
enableGitInfo = true
Lars Bilke's avatar
Lars Bilke committed

[params]
  alert = "Preliminary test page! Current documentation is at <a href='https://docs.opengeosys.org'>docs.opengeosys.org</a>."

[taxonomies]
news = "news"

# Main menu
[[menu.main]]
  name = "News"
  url = "/news/"
  weight = 1
# Menu entry defined in about.md
[[menu.main]]
  name = "Docs"
  url = "/docs/"
  identifier = "docs"
  weight = 3

# Devguide sidebar menu top-level categories
[[menu.devguide]]
  name = "Getting Started"
  identifier = "getting-started"

# Benchmarks sidebar top-level categories
[[menu.benchmarks]]
  name = "Elliptic"
  identifier = "elliptic"
  weight = 1
[[menu.benchmarks]]
  name = "Small Deformations"
  identifier = "small-deformations"
  weight = 2
[[menu.benchmarks]]
  name = "Heatconduction"
  identifier = "heatconduction"
  weight = 3
[[menu.benchmarks]]
  name = "Richards Flow"
  identifier = "richards-flow"
  weight = 4
[[menu.benchmarks]]
  name = "Hydro-Mechanics"
  identifier = "hydro-mechanics"
  weight = 5