~dricottone/blog

ref: 858cd3e2a1d3256213142c8282b1127900e89647 blog/config.toml -rw-r--r-- 252 bytes
858cd3e2Dominic Ricottone Added post 1 year, 2 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
baseURL = "https://www.dominic-ricottone.com/"
languageCode = "en-us"
title = "Dominic Ricottone"
disableKinds = ["taxonomy", "taxonomyTerm"]
summaryLength = 20

[permalinks]
posts = "/posts/:year/:month/:slug"

[markup.goldmark.renderer]
unsafe=true