Github GPG Keys
GitHub Web-flow GPG Key GitHub sets the committer for all commits made using their web interface to the user web-flow. For any given GitHub account, you can add .gpg to its URL to get its public key — so for web-flow, you can find it at https://github.com/web-flow.gpg: -----BEGIN PGP PUBLIC KEY BLOC...
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...