feat: add link check, enable clever link rendering
All checks were successful
Website build and deploy / build (push) Successful in 1m22s

This commit is contained in:
2026-04-01 11:12:12 +02:00
parent d3f55b81af
commit 9bb7fcc300
2 changed files with 39 additions and 1 deletions

View File

@@ -12,6 +12,9 @@ summaryLength = 50
leftDoubleQuote = '“'
rightDoubleQuote = '”'
[markup.goldmark.renderHooks.link]
useEmbedded = "fallback"
[permalinks]
blog = "/blog/:year/:slug"