Tag: Hugo

Managing my Hugo website with a content and asset submodule

As a developer, I’ve found that managing my Hugo website’s content with a submodule has been an excellent solution for keeping everything organized and easily accessible. There are several benefits to using a submodule, including the ability to share content with others and reuse it on different sites. With a content submodule, all of your website’s content and assets are stored in a separate repository on GitHub.

Read more

#DevHack: Installing Hugo on Windows with WSL

There were a couple of reasons for me to test out Windows 11, but the main reason was to give a new life to a device I hardly used anymore. Ever since I bought my Mac Mini for the office, my previous desktop device (running Hackintosh) kept turned off. To make sticker printing easier in the office, I thought to give it a new life and install Windows 11.

Read more

Use environment variables in Hugo to show branch information

For the new documentation website of Doctor, I wanted to do something similar like I did for Pimp Your Own Bike to show a message depending on the version/branch of the site I am using. For the doctor documentation, I wanted to use this method to show a beta message when using the beta site (beta.

Read more

The challenges of migrating my Wordpress site to Hugo

After almost three years, I finally made my over to a static site generated by Hugo. From the moment I started blogging in 2010, I used Wordpress. Wordpress was the best option back then. As the hosting company which I used only supported PHP, and I also got into coding by learning PHP when I was a student.

Read more
Back to top