init commit

This commit is contained in:
2024-08-20 23:05:39 -07:00
commit 0f90d0ec4b
35 changed files with 10389 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{{ $script := resources.Get "js/bundle.js" }}
{{ $processedScript := $script | default $script }}
{{ if not hugo.IsServer }}
{{ $processedScript = $script | minify | fingerprint }}
{{ end }}
<script src="{{ if hugo.IsServer }}{{ $script.RelPermalink }}{{ else }}{{ .Site.Params.cdnURL }}{{ $processedScript.RelPermalink }}{{ end }}"></script>
<script>twemoji.parse(document.body)</script>