-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
65 lines (61 loc) · 1.24 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
56
57
58
59
60
61
62
63
64
65
baseURL = "https://jjv.sh/"
languageCode = "en-us"
title = "jjv.sh"
theme = "hugowncast"
timeout = "5m"
disablePathToLower = true
cleanDestinationDir = false
ignoreFiles = ["gallery/.*"]
[markup.goldmark.renderer]
unsafe = true
[permalinks]
tags = "/:title/"
[params]
description = "JJ Vandegriff's website and livestream, including games, videos, blog, drawings, music, electronics projects, and more."
author = "JJ Vandegriff"
image = "https://jjv.sh/logo"
[menu]
[[menu.main]]
name = "home"
url = "/"
weight = 1
[[menu.main]]
name = "games"
url = "https://games.jjv.sh/"
weight = 2
[[menu.main]]
name = "blog"
url = "/blog/"
weight = 3
[[menu.main]]
name = "featured"
url = "/featured/"
weight = 4
[[menu.main]]
name = "poetry"
url = "/poetry/"
weight = 5
[[menu.main]]
name = "videos"
url = "/videos/"
weight = 6
[[menu.main]]
name = "gallery"
url = "/gallery/"
weight = 7
[[menu.main]]
name = "resume"
url = "/resume/"
weight = 8
[[menu.main]]
name = "about"
url = "/about/"
weight = 9
[[menu.main]]
name = "now"
url = "/now/"
weight = 10
[[menu.main]]
name = "contact"
url = "/contact/"
weight = 11