-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhugo.toml
More file actions
56 lines (48 loc) · 1.28 KB
/
hugo.toml
File metadata and controls
56 lines (48 loc) · 1.28 KB
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
baseURL = "https://save.vs.totalpartykill.ca"
languageCode = "en-us"
title = "Save vs. Total Party Kill"
[params]
author = "Ramanan Sivaranjan"
authorEmail = "ramanan@funkaoshi.com"
authorName = "Ramanan Sivaranjan"
authorURI = "https://save.vs.totalpartykill.ca"
description = "An OSR blog."
tagTitlePrefix = "#"
tagTitleSuffix = ""
# Permalinks to match Jekyll's /:categories/:title/ pattern
# Each section gets its own permalink pattern
[permalinks]
blog = "/blog/:slug/"
review = "/review/:slug/"
microblog = "/microblog/:slug/"
play-report = "/play-report/:slug/"
# Use "tag" instead of "tags" to preserve /tag/ URLs from Jekyll
[taxonomies]
tag = "tag"
[pagination]
pagerSize = 10
# Markdown settings
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = false
noClasses = true
# Output formats for feeds
[outputs]
home = ["HTML", "RSS", "ATOM", "JSON"]
section = ["HTML", "RSS"]
[outputFormats]
[outputFormats.RSS]
baseName = "rss"
[outputFormats.ATOM]
mediaType = "application/atom+xml"
baseName = "atom"
[outputFormats.JSON]
mediaType = "application/json"
baseName = "feed"
isPlainText = true
[mediaTypes]
[mediaTypes."application/atom+xml"]
suffixes = ["xml"]