How to Enable Giscus Comments System in Hugo

Giscus介绍 Giscus是一个基于GitHub Discussions的开源评论系统,非常好用! Open source. No tracking, no ads, always free. No database needed. All data is stored in GitHub Discussions. Supports custom themes! Supports multiple languages. Extensively configurable. Automatically fetches new comments and edits from GitHub. Ca...

Collection of Hugo Shortcodes

整理了一些在 Hugo 下使用比较方便的技巧,以及一些可行的优化。 Gist Hugo 可以直接使用其内置的shortcodes来嵌入Gist代码块。 显示所有的gist文件 {{< gist jmooring 50a7482715eac222e230d1e64dd9a89b >}} 显示指定的文件 {{< gist jmooring 50a7482715eac222e230d1e64dd9a89b 1-template.html >}} Ref: Hugo Shortcodes GitHub Hugo本身并不支持直接显示GitHub上的代码文件,所以想要这么做的话,需...

How to Embed Raw Html Code in Hugo

有时候受限于Markdown的语法或者功能,需要添加一些额外的组件,这时候直接内嵌进去HTML代码即可,如: <iframe src="https://www.youtube.com/embed/aWzlQ2N6qqg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscr...