-
Emanuele Aina authored
The "ICE systems" in the subtitle has been a source of confusion for almost everyone. The shorthand for In-Car Entertainment is not as common as the In-Vehicle Infotainment (IVI) one, and too often people struggle to remember what the acronym stands for. It was a good placeholder in the design proposal, let's now find something slightly more appropriate for the homepage. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
Emanuele Aina authoredThe "ICE systems" in the subtitle has been a source of confusion for almost everyone. The shorthand for In-Car Entertainment is not as common as the In-Vehicle Infotainment (IVI) one, and too often people struggle to remember what the acronym stands for. It was a good placeholder in the design proposal, let's now find something slightly more appropriate for the homepage. Signed-off-by:
Emanuele Aina <emanuele.aina@collabora.com>
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"]