Skip to content
Snippets Groups Projects
config.toml 1.46 KiB
Newer Older
baseurl = "https://www.apertis.org/"
title = "Apertis"
GitLab's avatar
GitLab committed

theme = "beautifulhugo"
GitLab's avatar
GitLab committed

Martyn Welch's avatar
Martyn Welch committed
canonifyURLs = true

# 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]
Martyn Welch's avatar
Martyn Welch committed
  subtitle = "The driving force in ICE systems"
  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]]
Martyn Welch's avatar
Martyn Welch committed
    url = "community/"
    name = "Community"
    weight = 1
  [[menu.main]]
    url = "https://images.apertis.org"
    name = "Download"
    weight = 2
  [[menu.main]]
    url = "https://gitlab.apertis.org"
    name = "GitLab"
    weight = 3
  # Footer
  [[menu.footer]]
    url = "copyrights/"
    name = "Copyright Statement"
    weight = 1
  [[menu.footer]]
    url = "about_apertis/"
    name = "About Apertis"
    weight = 2
  [[menu.footer]]
    url = "privacy_policy/"
    name = "Privacy Policy"
    weight = 3
  [[menu.footer]]
    url = "general_disclaimer/"
    name = "Disclaimer"
    weight = 4
  [[menu.footer]]
    url = "code_of_conduct/"
    name = "Code of Conduct"
    weight = 5

# Links format
#[permalinks]
#  posts = "/posts/:year/:month/:title/"
GitLab's avatar
GitLab committed

[outputs]
  home = ["HTML", "RSS", "JSON"]