-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhugo.yaml
61 lines (53 loc) · 1.12 KB
/
hugo.yaml
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
baseURL: https://lunarwatcher.github.io
languageCode: en-GB
title: Olivia's blog
publishDir: public
timeZone: Europe/Oslo
permalinks:
posts: /posts/:year/:month/:day/:slug
uglyurls: true
pygmentsUseClasses: true
enableEmoji: true
#frontmatter:
#lastmod: ["lastmod"]
markup:
goldmark:
extensions:
linkify: true
typographer: false
footnote: true
abbreviations: true
renderer:
unsafe: true
footnoteAnchorPrefix: ""
footnoteReturnLinkContents: "^"
highlight:
style: emacs
tableOfContents:
endLevel: 6
startLevel: 2
outputs:
taxonomy: ["HTML"]
term: ["HTML", "RSS"]
page: ["HTML"]
home: ["HTML", "RSS"]
outputFormats:
RSS:
mediatype: application/rss+xml
baseName: feed
services:
rss:
limit: 50
taxonomies:
tag: tags
series: series
params:
author:
name: Olivia
email: [email protected]
discord: y3vd2vAYru
discord_user: oliviawolfie
github: LunarWatcher
codeberg: LunarWatcher
gpg-signature: "2CE6 6B15 2ED5 6C24 C6A9 C71E 76C0 735B CD18 3F71"
email_proxy: "https://en.wikipedia.org/wiki/Special:EmailUser/OliviaWolfie"