Hugo and Obsidian

I am building a static site with Hugo . It is my hope to make the workflow using Hugo OS agnostic so that it works across macOS, Windows, and Linux. Right now I am focusing on the workflow on macOS mainly because I had to recently reinstall Windows on my main Windows laptop. However, I will update the project post with the workflow for Windows where applicable. After Windows is taken care of, I will do the same for Linux which will closely mirror the macOS.

I hope to use the site as a way to post about everything IT and to eventually turn it into a powerful tool for myself and others to assist with IT issues. I envision the scripts I post to be used by myself and others to assist with automating IT tasks for example.

Below is a picture of the original theme that I used for the Hugo site and to test attachments with note taking app, Obsidian.

!Image Description

Hugo Only Uses The Public Folder

One thing of note is that Hugo only uses the public folder for the site it generates. This is important when building out a CI/CD pipeline as it is the contents in this folder that matter for updating a static site generated by Hugo.