Initial version of hugo-stack

This commit is contained in:
Alex Selimov 2026-08-13 16:31:11 -04:00
commit e19eb92b4b
28 changed files with 487 additions and 0 deletions

View file

@ -0,0 +1,6 @@
<!-- https://github.com/jmooring/hugo-testing/blob/hugo-forum-topic-40998/layouts/_default/_markup/render-codeblock-katex.html -->
{{ .Page.Store.Set "hasCodeBlock" true }}
<!-- https://www.veriphor.com/articles/code-block-render-hooks/ -->
{{ $result := transform.HighlightCodeBlock . }}
{{ $result.Wrapped }}