summaryrefslogtreecommitdiff
path: root/config.toml
blob: 7e88db5665c6af0bc45ab65aef48b20269e7b531 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
baseURL = "https://hamlet.social/"
languageCode = "en-us"
title = "Welcome to Hamlet"

theme = "hamlet_theme"

[module]
	[[module.imports]]
		path = "git.robbyzambito.me/Zambyte/hamlet_theme"

[markup.goldmark.renderer]
	unsafe = true