Skip to content

Commit

Permalink
add goldmark config to tracks (#1271)
Browse files Browse the repository at this point in the history
this cannot be inherited, stupidly!
  • Loading branch information
SallyMcGrath authored Dec 30, 2024
1 parent 96152cb commit a74330c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions org-cyf-tracks/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,19 @@ baseURL = "https://tracks.codeyourfuture.io/"
source = "content"
target = "content/how-this-works"

[markup]
# I've configured markdown so you don't have to
[markup.tableOfContents]
endLevel = 2
ordered = true
startLevel = 2
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true # Enable HTML codeblocks, e.g. for <details> blocks
[markup.goldmark.parser]
[markup.goldmark.parser.attribute]
block = true
title = true

[taxonomies]
track_kind = "track_kinds"

0 comments on commit a74330c

Please sign in to comment.