sophie-lewis-hugo/config.toml

20 lines
359 B
TOML

baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'SITENAME'
theme = "sophie-lewis"
[params]
navbar = ["about", "writing", "videos", "get-in-touch"]
[params.header]
name = "Sophie Lewis"
subtitle = "Writer & Philosopher"
[params.about]
#headshot =
# DON'T EDIT BELOW
[markup.goldmark.renderer]
unsafe = true
xhtml = true