How to Enable Giscus Comments System in Hugo

Introduction to Giscus Giscus is an open-source comment system powered by GitHub Discussions, and it works really well! 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 config...

Collection of Hugo Shortcodes

Here are a few handy tricks for Hugo, along with some practical improvements. Gist Hugo can embed Gist code blocks directly using its built-in shortcodes. Display All Gist Files {{< gist jmooring 50a7482715eac222e230d1e64dd9a89b >}} Display a Specific File {{< gist jmooring 50a7482715eac222...

How to Embed Raw Html Code in Hugo

Sometimes Markdown’s syntax and features are a bit limiting, and we need to add some extra components. In that case, we can simply embed the HTML directly, like this: <iframe src="https://www.youtube.com/embed/aWzlQ2N6qqg" title="YouTube video player" frameborder="0"...