summaryrefslogblamecommitdiffstats
path: root/config.toml
blob: c40f8dbbcc02f598678ec816fee9aff69e324294 (plain) (tree)
1
2
3
4
5
6
7
8
9


                                 


               
                          

                          
                     

        

                                              




                               
                       
                             
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"