-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
53 lines (45 loc) · 1.05 KB
/
hugo.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
baseURL = "https://polarbear.army"
title = "Polarbear Army"
author = "Daniel Gray"
copyright = "Copyright © 2024, Daniel Gray"
languageCode = "en-US"
timeZone = "UTC"
enableRobotsTXT = false
# Generate "Bearblog"-like URLs !only!, see https://bearblog.dev/.
disableKinds = ["taxonomy"]
ignoreErrors = ["error-disable-taxonomy"]
[permalinks]
blog = "/:slug/"
tags = "/blog/:slug"
[outputs]
rss = ['rss']
[params]
description = "Polar bears best"
title = "Polarbear Army"
favicon = "/favicon.svg"
dateFormat = "2006-01-02"
hideMadeWithLine = true
[params.hugomods]
[params.hugomods.images]
modern_format = 'webp'
[markup]
[markup.highlight]
style = "nord"
[markup.goldmark]
[markup.goldmark.renderer]
hardWraps = true
[module]
[[module.imports]]
path = 'github.com/janraasch/hugo-bearblog'
[[module.imports]]
path = 'github.com/hugomods/images'
[[menu.main]]
identifier = "RSS"
name = "RSS"
title = "RSS"
url = "/index.xml"
[[menu.main]]
identifier = "Contact"
name = "Contact"
title = "Contact"
url = "/contact/"