-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
36 lines (30 loc) · 778 Bytes
/
hugo.toml
File metadata and controls
36 lines (30 loc) · 778 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
baseURL = 'https://example.org/'
disablePathToLower = true
languageCode = 'en-us'
title = 'Errorly'
theme = "hugo-bearcub"
copyright = "Errorly"
[params]
madewith="Made With Code"
favicon = "errorly.jpg"
[markup]
[markup.highlight]
lineNos = true
lineNumbersInTable = false
noClasses = false
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
# Navigation Menu
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Projects"
url = "/projects/"
weight = 2
[[menu.main]]
name = "Roadmap"
url = "/roadmap/"
weight = 3