-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
65 lines (50 loc) · 947 Bytes
/
hugo.toml
File metadata and controls
65 lines (50 loc) · 947 Bytes
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
56
57
58
59
60
61
62
63
64
65
baseURL = 'https://www.hohosunbear.com/'
languageCode = 'en-us'
title = 'Cole Brooks | Hoho Sun Bear'
contentDir = 'content'
[[module.imports]]
path = "github.com/imfing/hextra"
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
noClasses = false
[[menu.main]]
name = "About"
pageRef = "/about"
weight = 1
[[menu.main]]
name = "Posts"
pageRef = "/posts"
weight = 2
[[menu.main]]
name = "CV"
pageRef = "cv"
weight = 3
[[menu.main]]
name = "Hoho the Sun Bear"
pageRef = "hoho"
weight = 4
[[menu.main]]
name = "Search"
weight = 5
[menu.main.params]
type = "search"
[[menu.main]]
name = "GitHub"
weight = 5
url = "https://github.com/colebrooks"
[menu.main.params]
icon = "github"
[params.theme]
default = "dark"
displayToggle = true
[params.navbar]
displayTitle = true
displayLogo = true
[params.navbar.logo]
path = "favicon.svg"
width = 55
height = 55
[params.footer]
displayCopyright = false
displayPoweredBy = false