code blocks; get block title & copy button to appear, further styling needed, also syntax highlighting not working atm

This commit is contained in:
revsuine 2025-04-20 01:23:00 +01:00
parent 3f95624ecf
commit e5c4772cf3
Signed by: revsuine
GPG key ID: 3F257B68F5BC9339
4 changed files with 7 additions and 257 deletions

View file

@ -18,7 +18,11 @@ theme = 'terminal'
# start by listing h1s
startLevel = 1
[markup.highlight]
# noClasses needed for syntax highlighted blocks to display correctly: https://github.com/panr/hugo-theme-terminal/issues/537
noClasses = false
style = 'gruvbox'
lineNos = false
lineNumbersInTable = true
[markup.goldmark]
[markup.goldmark.extensions]
[markup.goldmark.extensions.extras]