config.toml (921B)
1 baseURL = 'https://davideisinger.com/' 2 languageCode = 'en-us' 3 title = 'David Eisinger' 4 theme = 'v2' 5 enableGitInfo = true 6 timeout = '120s' 7 8 [params.author] 9 name = 'David Eisinger' 10 email = '[email protected]' 11 12 [permalinks] 13 pages = '/:title' 14 15 [services.rss] 16 limit = 10 17 18 [markup.highlight] 19 style = 'nord' 20 21 [markup.goldmark.renderer] 22 unsafe = true 23 24 [markup.goldmark.parser] 25 autoHeadingID = true 26 autoHeadingIDType = 'blackfriday' 27 28 [security.funcs] 29 getenv = ['DITHER_SERVER'] 30 31 [security.http] 32 urls = ["http://localhost:4567", "https://bookmarks.davideisinger.com/u:dce.json"] 33 34 [mediaTypes."text/gemini"] 35 suffixes = ["gmi"] 36 37 [outputFormats.GEMINI] 38 name = "GEMINI" 39 isPlainText = true 40 isHTML = false 41 mediaType = "text/gemini" 42 protocol = "gemini://" 43 permalinkable = true 44 45 [outputs] 46 home = ["HTML", "RSS", "GEMINI"] 47 page = ["HTML", "GEMINI"] 48 section = ["HTML", "GEMINI"] 49 taxonomy = ["HTML", "GEMINI"] 50 term = ["HTML", "GEMINI"]