• How to Setup Hugo Admonitions (Markdown Callouts in Hugo)

    By adding Hugo Admonitions to your website so you can easily add stylish note bars for things like tips, warnings, cautions, important information etc. You can do this quickly and easily directly using markdown.

  • How to setup Syntax Highlighting with Copy Button using Hugo

    In this post, I’ll show you how to add syntax highlighting and a ‘Copy’ button to your Hugo code blocks using a single self-contained JavaScript file. You’ll be able to highlight code in multiple languages, optionally show line numbers, and let users copy snippets with one click.

  • How to strip unused CSS from your CSS files and Minify them into a single CSS file using Hugo

    Using Hugo with PostCSS and PurgeCSS allows you to automatically remove unused CSS and bundle all your styles into a single minified file for production, improving page load times and performance.

  • Why I migrated from Wordpress to Hugo

    My reasons for migrating from Wordpress to the Hugo static website generator