lynx/exampleSite/config.toml

25 lines
709 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"
headline = "A simple links theme for Hugo built with Tailwind CSS"
2021-11-01 10:28:09 +08:00
image = "author.jpg"
links = [
2021-11-06 14:52:19 +08:00
{ link = { href = "https://github.com/jpanther/lynx/blob/stable/README.md", text = "View the readme", icon = "github" } },
{ link = { href = "styles/", text = "All the link styles", target = "_self" } },
2021-11-01 10:28:09 +08:00
{ github = "https://github.com/jpanther/lynx" },
2023-11-27 06:45:19 +08:00
{ x = "https://x.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
2021-11-06 13:32:34 +08:00
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true