lynx/exampleSite/config.toml

20 lines
408 B
TOML
Raw Normal View History

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