2021-11-01 10:28:09 +08:00
|
|
|
theme = "lynx"
|
|
|
|
title = "Lynx"
|
|
|
|
|
|
|
|
enableEmoji = true
|
|
|
|
disableKinds = ["taxonomy", "term"]
|
|
|
|
|
|
|
|
[author]
|
|
|
|
name = "Lynx"
|
|
|
|
image = "author.jpg"
|
|
|
|
links = [
|
2021-11-03 08:48:08 +08:00
|
|
|
{ link = { href = "readme/", text = "View the readme" } },
|
2021-11-06 13:32:34 +08:00
|
|
|
{ link = { href = "styles/", text = "All the link styles" } },
|
2021-11-01 10:28:09 +08:00
|
|
|
{ github = "https://github.com/jpanther/lynx" },
|
2021-11-03 08:48:08 +08:00
|
|
|
{ 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
|
|
|
]
|
2021-11-03 08:48:08 +08:00
|
|
|
|
|
|
|
[markup.highlight]
|
|
|
|
noClasses = false
|
2021-11-06 13:32:34 +08:00
|
|
|
|
|
|
|
[markup.goldmark]
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
unsafe = true
|