blog.spyhoodle.me/config.toml

35 lines
617 B
TOML
Raw Permalink Normal View History

2023-04-07 23:19:05 +01:00
# Website
baseURL = "https://spyhoodle.me"
languageCode = "en-gb"
2023-11-26 16:05:31 +00:00
title = "blog.spyhoodle.me"
2023-04-07 23:19:05 +01:00
theme = "developer"
2023-11-26 16:05:31 +00:00
author = "Maddie H"
2023-04-07 23:19:05 +01:00
# Enable _index.md
[params]
noindex = false
# Theme colours
[params.theme]
palette = "base16-dark"
# Sidebar: about
[params.about]
title = "spyhoodle.me"
# Sidebar: social
[[params.socialLinks]]
icon = "fa-brands fa-github"
title = "GitHub"
url = "https://github.com/SpyHoodle"
[[params.socialLinks]]
icon = "fa-solid fa-envelope"
title = "Email"
url = "mailto:maddie@spyhoodle.me"
[[params.socialLinks]]
icon = "fa-solid fa-lock"
title = "Matrix"
url = "@maddie:spyhoodle.me"