Skip to content
Snippets Groups Projects
config.toml 1.06 KiB
Newer Older
baseurl = "https://martyn.pages.apertis.org/wiki-conversion-test/"
title = "Apertis"
GitLab's avatar
GitLab committed

theme = "beautifulhugo"
GitLab's avatar
GitLab committed

# Highlighting
pygmentsCodeFences = true
pygmentsUseClasses = true
pygmentsCodeFencesGuessSyntax = true
pygmentsoptions = "linenos=table"
pygmentsStyle = "vs"
GitLab's avatar
GitLab committed

languageCode = "en-us"
GitLab's avatar
GitLab committed

[Author]
  name = "Apertis Project"
  website = "https://www.apertis.org"

[Params]
  subtitle = "Versatile open source infrastructure tailored towards automotive and other embedded applications"
  logo = "logo-white.svg"
  favicon = "favicon.ico"
  dateFormat  = "2006-01-02"
  rss = true
  license = "Content is available under Creative Commons Attribution Share Alike unless otherwise noted."
  pager = false
GitLab's avatar
GitLab committed

# Menu
[menu]
  # Header
  [[menu.main]]
    url = "http://wiki.apertis.org"
    name = "Developer Wiki"
    weight = 1
  [[menu.main]]
    url = "apertis_code_of_conduct/"
    name = "Code of Conduct"
    weight = 2
  [[menu.main]]
    url = "https://gitlab.apertis.org"
    name = "GitLab"
    weight = 3

# Links format
#[permalinks]
#  posts = "/posts/:year/:month/:title/"