blob: ea74e07f96ef3b25176aff2ff0a571b94f55db39 (
plain)
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
|
baseURL = 'https://fedang.net'
languageCode = 'en-us'
title = '~fedang'
theme = 'chilldark'
enableRobotsTXT = true
enableGitInfo = true
enableEmoji = true
copyright = "Federico Angelilli © 2025"
[taxonomies]
category = 'categories'
tag = 'tags'
series = 'series'
[outputs]
home = ['html', 'rss']
section = ['html']
taxonomy = ['html']
term = ['html']
[frontmatter]
date = ['date', 'publishdate', 'pubdate', 'published', 'lastmod', ':git']
lastmod = [':git', 'lastmod', 'date', 'publishdate' ]
publishDate = ['publishdate', 'published', 'date']
[params.author]
name = "Federico Angelilli"
email = "main@fedang.net"
[params]
title_crumbs = false
bottom_text = "Federico Angelilli {{< dash >}} [BY-NC-SA 4.0]({{% ref license %}}) [{{< icon creative-commons small >}}](https://creativecommons.org/licenses/by-nc-sa/4.0/)"
custom_css = ["css/syntax.css"]
[security]
enableInlineShortcodes = true
[markup]
[markup.highlight]
noClasses = false
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark]
[markup.goldmark.parser]
[markup.goldmark.parser.attribute]
title = true
|