29 lines
418 B
TOML
29 lines
418 B
TOML
|
|
baseURL = 'http://example.org/'
|
|
languageCode = 'en-us'
|
|
title = 'Sophie Lewis'
|
|
theme = "sophie-lewis"
|
|
|
|
[params]
|
|
navbar = ["about", "writing", "videos", "get-in-touch"]
|
|
|
|
[params.header]
|
|
name = "Sophie Lewis"
|
|
subtitle = "Writer, Theorist, Teacher"
|
|
|
|
[params.about]
|
|
headshot = "ossy.png"
|
|
|
|
[params.social]
|
|
# USERNAMES
|
|
twitter="foo"
|
|
patreon="bar"
|
|
|
|
|
|
|
|
# DON'T EDIT BELOW
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
xhtml = true
|