summaryrefslogtreecommitdiff
path: root/util/hugo/config.toml
diff options
context:
space:
mode:
authorPatrick Georgi <patrick@georgi.software>2018-04-26 14:37:40 +0200
committerPhilipp Deppenwiese <zaolin.daisuki@gmail.com>2018-04-26 13:59:08 +0000
commite74ba1984dc545c7199c1e90b9ffaa33a44bee5e (patch)
treed173f1104052206e63f3e869c77b91971965aa2c /util/hugo/config.toml
parent5e48c75fcad523fc6602cc2e23fe4a6324e87c5b (diff)
util/hugo: Drop support for hugo based documentation
We shouldn't have two of everything Change-Id: I9879b40e26ba5a98626bc14c3d273fb525c070f7 Signed-off-by: Patrick Georgi <patrick@georgi.software> Reviewed-on: https://review.coreboot.org/25870 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Diffstat (limited to 'util/hugo/config.toml')
-rw-r--r--util/hugo/config.toml48
1 files changed, 0 insertions, 48 deletions
diff --git a/util/hugo/config.toml b/util/hugo/config.toml
deleted file mode 100644
index e58c4b3ae2..0000000000
--- a/util/hugo/config.toml
+++ /dev/null
@@ -1,48 +0,0 @@
-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