I actually started the Hugo experiment over 20 days ago, before the Eleventy experiment!
Code: GitHub - spottheoctopus/spot-hugo: Wordpress to Hugo experiment for spottheoctop.us
Currently on Github Pages:
I had to fix just now:
- In the project settings, under Github Pages, set the source branch to
gh-pagesand leave it pointing atroot. This is because I’m using peaceiris’ github action for hugo, which sticks the generated files on a separate branch so that it is A) checked in but B) not checked in on the main branch. my brain is slowly understanding how this is set up and why.
Open questions and things to fix:
- Why do I have to type /index.html at the end of the path? It just 404s (to Github Pages) if I hit the path by itself.
- Change the domain to be not
example.comlol. Hopefully this fixes all the links - Possibly add custom domain to be something like
hugo.spottheoctopus.comi dont’ know - Include images
- Are there tags?
