What's the difference between Hugo's static and assets folders. Does it matter where I store my images?
Here's how I run my Hugo site development projects using Docker containers
In processing JSON records for a Hugo site I needed to remove duplicate ID elements in a list. Here's how I did it.
I needed the name of the folder in which a page was stored in order to make shortcode processing a little bit easier. Here's how I managed to do it.
Adding Google's Tag Manager connect code to your static Hugo site won't take long. Here's how to do it in 3 simple steps.
Here's how I set up a custom 404/NotFound page for this site.
I struggled with this a bit longer than I might should have. In the end it wasn't too difficult but it also wasn't so straightforward to be obvious. Here's how to set up a custom page layout for any type of page you might imagine in Hugo.
This site's home page used to feature my most recent 5 posts. This post shows how the logic that made it work
This site's home page features my most-recently updated 5 posts. This the template logic that makes it happen.