summaryrefslogtreecommitdiff
path: root/hugo.toml
blob: 2f2552129262a25891b702552ae07c45cff41a12 (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
baseURL = 'https://fedang.net'
languageCode = 'en-us'
title = '~fedang'
theme = 'chilldark'
enableRobotsTXT = true
enableGitInfo = true

[frontmatter]
  date = ['date', 'publishdate', 'pubdate', 'published', 'lastmod', ':git']
  lastmod = [':git', 'lastmod', 'date', 'publishdate' ]
  publishDate = ['publishdate', 'published', 'date']

[params.author]
	name = "Federico Angelilli"

[params]
	title_crumbs = false
	bottom_text = "**🅭** [BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)"
	custom_css = ["css/syntax.css"]

[security]
  enableInlineShortcodes = true

[markup]
  [markup.highlight]
	noClasses = false