2021-08-25 16:29:31 +00:00
|
|
|
|
2021-08-22 03:59:27 +00:00
|
|
|
baseURL = 'http://example.org/'
|
|
|
|
languageCode = 'en-us'
|
2021-08-25 22:55:50 +00:00
|
|
|
title = 'Sophie Lewis'
|
2021-08-22 03:59:27 +00:00
|
|
|
theme = "sophie-lewis"
|
|
|
|
|
|
|
|
[params]
|
2021-08-23 05:58:39 +00:00
|
|
|
navbar = ["about", "writing", "videos", "get-in-touch"]
|
2021-08-26 14:09:09 +00:00
|
|
|
|
|
|
|
[params.header]
|
|
|
|
name = "Sophie Lewis"
|
|
|
|
subtitle = "Writer, Theorist, Teacher"
|
|
|
|
|
|
|
|
[params.about]
|
|
|
|
headshot = "ossy.png"
|
|
|
|
|
|
|
|
[params.social]
|
|
|
|
# USERNAMES
|
|
|
|
twitter="foo"
|
|
|
|
patreon="bar"
|
|
|
|
|
|
|
|
|
2021-08-25 09:39:09 +00:00
|
|
|
|
2021-08-25 16:29:31 +00:00
|
|
|
# DON'T EDIT BELOW
|
2021-08-25 09:39:09 +00:00
|
|
|
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|
2021-08-25 16:29:31 +00:00
|
|
|
xhtml = true
|