forked from cncf/hugo-netlify-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
54 lines (43 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
title = "Hugo Netlify Starter"
disableKinds = ["taxonomy", "taxonomyTerm"]
copyright = "Cloud Native Computing Foundation"
enableGitInfo = true
[markup.highlight]
style = "paraiso-dark"
[params]
font_awesome_version = "5.12.0"
description = "Boilerplate for building beautiful websites"
favicon = "favicon.png"
repositoryUrl = "https://github.com/cncf/hugo-netlify-starter"
contentDir = "/content/"
[params.logos]
navbar = "cncf-color.png"
[[params.social]]
name = "Twitter"
color = "#00aced"
url = "https://twitter.com/CloudNativeFdn"
icon = "fab fa-twitter"
[[params.fonts]]
name = "Fira Sans"
sizes = [300, 400, 600, 700]
type = "sans_serif"
[[params.fonts]]
name = "Fira Mono"
sizes = [300, 400, 600, 700]
type = "monospace"
[[params.fonts]]
name = "Fire Sans"
sizes = [100, 200, 300, 400, 500, 600, 700]
type = "heading_font"
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Test Content"
url = "/test-content/"
weight = 2
[[menu.main]]
name = "Theme Documentation"
url = "#"
weight = 3