lynx/exampleSite/config.toml

19 lines
441 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" },
2021-11-06 12:23:56 +08:00
{ font-awesome = { href = "https://fontawesome.com/", text = "FontAwesome" } },
2021-11-01 10:28:09 +08:00
]
[markup.highlight]
noClasses = false