Pages Tagged Hugo

Hugo Static vs Assets Folders

2024-06-09

What's the difference between Hugo's static and assets folders. Does it matter where I store my images?

Hugo Docker Development Environment

2024-06-05

Here's how I run my Hugo site development projects using Docker containers

Hugo Remove List Duplicates

2024-05-17

In processing JSON records for a Hugo site I needed to remove duplicate ID elements in a list. Here's how I did it.

Page Folder Name

2024-05-12

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.

Google Tags to Hugo Site

2024-05-07

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.

Hugo Custom 404 Page

2024-04-28

Here's how I set up a custom 404/NotFound page for this site.

Customize Hugo Page Type

2024-02-08

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.

Hugo Most Recent Posts

2024-02-04

This site's home page used to feature my most recent 5 posts. This post shows how the logic that made it work

Hugo Most Recently Updated Posts

2024-02-04

This site's home page features my most-recently updated 5 posts. This the template logic that makes it happen.