12 lines
165 B
TOML
12 lines
165 B
TOML
baseURL = "http://0xdeadbeer.xyz"
|
|
title = "Kevin J."
|
|
theme = "minth"
|
|
|
|
summaryLength = 20
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe=true
|
|
|
|
[markup.highlight]
|
|
style="vim"
|