summaryrefslogblamecommitdiffstats
path: root/config.toml
blob: db7a0f66f0cfe6ee1d81960b0492d7524dc5fbda (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14


                                 










                                        





                               
baseURL = "https://minskio.co.uk"
languageCode = "en-gb"
title = "Minskio"
theme = "Brine"

[permalinks]
  posts = "/:title/"

[markup.goldmark.renderer]
  unsafe = true

[params]
  author = "Peter"
  description = "The 'No-Pictures' Blog"

[taxonomies]
	tag = "tags"
	category = "categories"
	recipe = "recipe"