www.coreboot.org/Documentation is now built with hugo (www.gohugo.io)
based on files in this repo's /Documentation directory.
Also clarify that new additions to Documentation are under CC-BY 4.0 terms.
BUG=none
BRANCH=none
TEST=none
Change-Id: Iedadababa4129d983118eb9a59f93d3fa3a4bb0c
Signed-off-by: Patrick Georgi <pgeorgi@google.com>
Original-Commit-Id: 04edaefad7
Original-Change-Id: I000e15b29a182bb88b40de3d0178bf8cc54ba8af
Original-Signed-off-by: Patrick Georgi <patrick@georgi-clan.de>
Original-Reviewed-on: https://review.coreboot.org/19881
Original-Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Original-Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Reviewed-on: https://chromium-review.googlesource.com/517924
Commit-Ready: Patrick Georgi <pgeorgi@chromium.org>
Tested-by: Patrick Georgi <pgeorgi@chromium.org>
Reviewed-by: Patrick Georgi <pgeorgi@chromium.org>
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
|