-
Notifications
You must be signed in to change notification settings - Fork 12
/
hugo.toml
33 lines (26 loc) · 837 Bytes
/
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
baseURL = "https://pawelgrzybek.com/"
title = "pawelgrzybek.com"
disableKinds = ["taxonomy", "term"]
pygmentsUseClasses = true
enableRobotsTXT = true
theme = ['pawelgrzybek']
[params]
description = "I'm a software developer from Poland living in Northampton, UK. I'm a web standards, accessibility and performance enthusiast. Recently, I have enjoyed coding in Rust. After hours, I listen to funky records."
[frontmatter]
date = [":filename", ":default"]
[permalinks]
posts = "/:slug/"
[outputs]
home = ["HTML", "RSS", "JSON"]
[outputFormats.RSS]
baseName = "feed"
[outputFormats.JSON]
baseName = "feed"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser]
wrapStandAloneImageWithinParagraph = false
[markup.goldmark.extensions]
footnote = true