-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.toml
55 lines (46 loc) · 1 KB
/
config.toml
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
49
50
51
52
53
54
55
baseurl = "http://replace-this-with-your-hugo-site.com/"
languageCode = "en-us"
title = "Hugo Material Book"
theme = "hugo-material-docs"
metadataformat = "yaml"
canonifyurls = true
[params]
provider = "GitHub"
repo_url = "https://github.com/lambdafu/hugo-material-book"
version = "0.1"
# logo = "images/vl.png"
favicon = "images/favicon.png"
copyright = "Marcus Brinkmann"
custom_css = [
"css/material-book.css"
]
[social]
twitter="lambdafu"
github = "lambdafu/hugo-material-book"
[[menu.main]]
name = "Introduction"
url = ""
weight = 0
[[menu.main]]
name = "User's Manual"
url = "user"
weight = 10
index = true
[[menu.main]]
name = "System Manual"
url = "system"
weight = 20
[[menu.main]]
name = "Extensions Manual"
url = "extensions"
weight = 30
[[menu.main]]
name = "Infrastructure Manual"
url = "infrastructure"
weight = 40
[params.palette]
primary = "indigo"
accent = "deep-orange"
[params.font]
text = "Open Sans"
code = "Inconsolata"