lynx/exampleSite/config.toml
2021-11-03 11:48:08 +11:00

20 lines
408 B
TOML

theme = "lynx"
title = "Lynx"
enableEmoji = true
disableKinds = ["taxonomy", "term"]
[author]
name = "Lynx"
image = "author.jpg"
links = [
{ link = { href = "readme/", text = "View the readme" } },
{ github = "https://github.com/jpanther/lynx" },
{ twitter = "https://twitter.com/jpanther" },
{ instagram = "#" },
{ soundcloud = "#" },
]
[markup.highlight]
noClasses = false