CodeMist

Hugo Tips

· 56 words · 1 minutes to read
Categories: note
Tags: hugo ssg jamstack

a fast static site generator.

Google Font 🔗

"https://google-fonts.mirrors.sjtug.sjtu.edu.cn/css?family=Roboto",
"https://fonts.font.im/css?family=Roboto",

Comment 🔗

https://utteranc.es/

Enable Utterances
Add the following script tag to your blog's template. Position it where you want the comments to appear. Customize the layout using the .utterances and .utterances-frame selectors.

<script src="https://utteranc.es/client.js"
        repo="supeterlau/supeterlau.github.io"
        issue-term="url"
        theme="github-light"
        crossorigin="anonymous"
        async>
</script>