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...