-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
48 lines (40 loc) · 963 Bytes
/
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
baseURL = "https://krabf.com"
languageCode = "en-us"
title = "Kushaiah Felisilda"
summaryLength = 1_000_000
rssLimit = 10
enableGitInfo = true
enableZoom = true
block = true
[taxonomies]
category = "categories"
keyword = "keywords"
[permalinks]
blog = "/:slug"
coffee = "/coffee/:slug"
categories = "/categories/:slug"
tags = "/tags/:title"
links = "/links/:slug/"
[params]
name = "Kushaiah Felisilda"
ogimage = "/media/og.jpg"
description = "Kushaiah Felisilda’s personal website — films, filmmaking, technology, photography & more."
[outputs]
home = ["HTML", "RSS"]
[markup]
[markup.highlight]
noClasses = false
[markup.goldmark.renderer]
unsafe = true
block = true
title = true
[markup.goldmark.parser.attribute]
unsafe = true
block = true
title = true
[markup.tableOfContents]
ordered = true
[sitemap]
changefreq = 'daily'
filename = 'sitemap.xml'
priority = 0.5