aboutsummaryrefslogtreecommitdiff
path: root/util/hugo/config.toml
blob: e58c4b3ae2349e976d05c54ba961d6cf798cdbca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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