~dricottone/blog

ref: 237b8cdd8dc02f2cf9d8d248ba66ab2fa71eb903 blog/config.toml -rw-r--r-- 252 bytes
237b8cddDominic Ricottone Updated draft flag 11 months 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