lynx/exampleSite/config.toml
James Panther 5b8e93a5a9
🎉 Initial commit
2021-11-01 13:28:09 +11:00

21 lines
516 B
TOML

theme = "lynx"
languageCode = "en-au"
defaultContentLanguage = "en"
title = "Lynx"
# copyright = "Copy, _right?_ :thinking_face:"
enableEmoji = true
disableKinds = ["taxonomy", "term"]
[author]
name = "Lynx"
image = "author.jpg"
links = [
{ github = "https://github.com/jpanther/lynx" },
{ discord = "https://discord.gg/invitecode" },
{ instagram = "https://instagram.com/username" },
{ soundcloud = "https://soundcloud.com/username" },
{ twitter = "https://twitter.com/username" },
]