summaryrefslogblamecommitdiffstats
path: root/config.toml
blob: 7310277a2bfab11eec6897adde62ea5dc20c5faf (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"
	dream = "dream"
	language = "language"