Use the links below to navigate to articles on specific subjects:
| Hugo & Ananke Theme | Projects | Future Subject | Future Subject | Future Subject |
Hugo - Fix home page indentation
The issue
As part of the Ananke theme for Hugo, the home page by default displays the most current blog posts. This is what I was looking for, and the main reason I chose this theme for the ss. As with the main page for any section, the home page uses a _index.md page in the root of the content folder, which is empty by default other than the headers. This is because the main purpose for this theme is to be used as a blog.
Hugo - Fixing broken image links
My Hugo images were broken!
Quick update for today, with another Hugo tip. As I have worked with markdown before, specifically while managing Wikis in Azure DevOps and GitHub, I simply created a subdirectory within my repository in the same area as the markdown files for my articles, and then pointed to my image files using the typical syntax of . When building my site within Hugo, it even properly ported these image files into the public site files, however no matter what I did, my links were broken.
Hugo - Customize the Ananke Theme
Continuing the Hugo Journey
As discussed in the previous Blog post, I’ve started to host my own tech blog site using the Hugo platform and hosting through GitHub pages. Today I decided to play with the platform a little more and see if I could extend my site to multiple pages and make it more of a personal homepage along with the blog. With this goal in mind, I worked on the following items: