Add hugo-bearcub theme

This commit is contained in:
Miguel de la Cruz 2024-01-08 09:47:40 +01:00
parent 9c98258019
commit d832bffff1
45 changed files with 1489 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 }}