📝 Add link styles demo page

This commit is contained in:
James Panther
2021-11-06 16:32:34 +11:00
parent 8c0b1703c3
commit 5d1f8af7d3
3 changed files with 60 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ disableKinds = ["taxonomy", "term"]
image = "author.jpg"
links = [
{ link = { href = "readme/", text = "View the readme" } },
{ link = { href = "styles/", text = "All the link styles" } },
{ github = "https://github.com/jpanther/lynx" },
{ twitter = "https://twitter.com/jpanther" },
{ font-awesome = { href = "https://fontawesome.com/", text = "FontAwesome" } },
@@ -16,3 +17,7 @@ disableKinds = ["taxonomy", "term"]
[markup.highlight]
noClasses = false
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true