Changing a Hugo Theme Over Time - Topic

Published: 2022 March 31

Last edited: 2022 July 27

software development web development static site generator Hugo Hugo theme

Background

This project is built with Hugo and uses the Minimal Hugo theme.

Consequently, nearly all design choices were initially made by the theme’s creator.

Naturally, when selecting a theme, you choose the one that best meets your goals. And the Minimal theme was chosen because it is clean and well-written.

But no theme is likely to match your project’s needs in every detail. As Zachary Wade Betz puts it:

We’ve all been there. You’re browsing through the Hugo themes and find one that you really like. It meets all your criteria, except for that one small thing.

And as your project grows and changes, so will the features required of a theme.

So, over time, it becomes desirable to make small changes to tailor a theme more towards the project’s needs.

This post will serve as a central log of the ongoing effort to update the Minimal theme for use on this project.

Posts about updating the Minimal Hugo theme

Copying Directory Structure With a Bash Script - With Help From ChatGPT AI

Published: 2024 January 22

Backing Up Git Config Values With a Bash Script

Published: 2023 August 25

Backing Up Visual Studio Code (VS Code) Settings and Extensions With a Bash Script

Published: 2022 November 09