diff --git a/config.yaml b/config.yaml index c929c19..cdbff98 100644 --- a/config.yaml +++ b/config.yaml @@ -21,6 +21,8 @@ markup: renderer: # Render newlines as
hardWraps: true + # Render HTML in MD files, necessary for superscript + unsafe: true tableOfContents: endLevel: 3 ordered: false diff --git a/themes/chosto/layouts/partials/head.html b/themes/chosto/layouts/partials/head.html index 985290e..0a3b36b 100644 --- a/themes/chosto/layouts/partials/head.html +++ b/themes/chosto/layouts/partials/head.html @@ -16,6 +16,7 @@ {{ $image = . }} {{ end }} {{ $image = $image.Resize "3000x" }} + {{ $image := $image | images.Filter (images.GaussianBlur 7) }}