This repository has been archived on 2023-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
sophie-lewis-hugo/config.toml

30 lines
485 B
TOML
Raw Normal View History

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-10-02 11:46:53 +00:00
navbar = ["about", "writing", "get-in-touch"]
#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]
2021-10-02 11:46:53 +00:00
headshot = "portrait.jpg"
2021-08-26 14:09:09 +00:00
[params.social]
# USERNAMES
2021-09-09 14:55:13 +00:00
twitter="reproutopia"
patreon="reproutopia"
2021-08-26 14:09:09 +00:00
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