Skip to content
Snippets Groups Projects
config.toml 1.46 KiB
baseurl = "https://www.apertis.org/"
title = "Apertis"

theme = "beautifulhugo"

canonifyURLs = true

# Highlighting
pygmentsCodeFences = true
pygmentsUseClasses = true
pygmentsCodeFencesGuessSyntax = true
pygmentsoptions = "linenos=table"
pygmentsStyle = "vs"

languageCode = "en-us"

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

[Params]
  subtitle = "Collaborative OS platform for products"
  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

# Menu
[menu]
  # Header
  [[menu.main]]
    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/"

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