a564811e71
The word 'coreboot' should always be written in lowercase, even at the start of a sentence. Change-Id: I0a024d82d331c0794fe087e440b4e1924129a13c Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/20030 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
48 lines
1.1 KiB
TOML
48 lines
1.1 KiB
TOML
baseurl = "https://www.coreboot.org/Documentation/"
|
|
languageCode = "en-us"
|
|
title = "coreboot documentation"
|
|
theme = "hugo-material-docs"
|
|
metadataformat = "yaml"
|
|
canonifyurls = true
|
|
|
|
[params]
|
|
provider = "coreboot"
|
|
repo_url = "https://review.coreboot.org/cgit/coreboot.git"
|
|
logo = "images/coreboot.svg"
|
|
favicon = "images/favicon.png"
|
|
copyright = "coreboot™ contributors, licensed under the terms described in https://creativecommons.org/licenses/by/4.0/"
|
|
custom_css = [
|
|
"css/coreboot.css"
|
|
]
|
|
|
|
[social]
|
|
twitter= "coreboot_org"
|
|
github = "coreboot/coreboot"
|
|
|
|
[params.palette]
|
|
primary = "blue"
|
|
accent = "blue-grey"
|
|
|
|
[params.font]
|
|
text = "Open Sans"
|
|
code = "Inconsolata"
|
|
|
|
[[menu.main]]
|
|
name = "Gerrit guidelines"
|
|
url = "gerrit_guidelines/"
|
|
weight = 10
|
|
|
|
[[menu.main]]
|
|
name = "On timestamps"
|
|
url = "timestamp/"
|
|
weight = 20
|
|
|
|
[[menu.main]]
|
|
name = "Intel documentation"
|
|
url = "intel/index.html"
|
|
weight = 30
|
|
|
|
[[menu.main]]
|
|
name = "AMD S3"
|
|
url = "AMD-S3.txt"
|
|
weight = 40
|