It's my blog, what did you expect? Consider it a work in progress.
- Export theme to public submodule
- Use new Modules support for
staticcontent. - Find better fix for “Refused to apply a stylesheet because its hash, its nonce, or 'unsafe-inline' appears in neither the style-src directive nor the default-src directive of the Content Security Policy.” when using inline Chroma styles
When using an SSH tunnel to access hugo server the ports must match or CSS
resources will fail to load. So use ssh -L 5000:localhost:5000 <host> with
hugo server --port=5000.