sophie-lewis-hugo/config.toml

30 lines
504 B
TOML

baseURL = 'http://example.org/'
languageCode = 'en-us'
title = 'Sophie Lewis'
theme = "sophie-lewis"
[params]
#navbar = ["about", "writing", "get-in-touch"]
navbar = ["about", "writing", "videos", "audio", "events", "get-in-touch"]
[params.header]
name = "Sophie Lewis"
subtitle = "Writer, Theorist, Teacher"
[params.about]
headshot = "portrait.jpg"
[params.social]
# USERNAMES
twitter="reproutopia"
patreon="reproutopia"
# DON'T EDIT BELOW
[markup.goldmark.renderer]
unsafe = true
xhtml = true