Modifying Page Layout

Overview: Currently my blog is hosted on a separate Github repo from the rest of my main website. To put a link from the blog back to my main website I decided to modify the footer layout from the HugoTex theme. I wanted to make the change without directly modifying the original theme files. Solution: Hugo searches for files in the layouts/ folder before using the files from the theme’s layouts/ folder.

Read More