Working with Github Pages
174 Words … ⏲ Reading Time: 47 Seconds
2023-11-19 15:38 +0000 [Modified : 2023-11-23 17:38 +0000]
I’m starting to work on this blog again to get away from the WordPress way of working with things, that is, to have someone else set up the MySQL and PHP and hope it’s all the right version, and hope that updates don’t break modules, and hope that a PHP upgrade doesn’t cost extra in hosting support fees, and hope that… well, you get the idea.
I originally started with a short article about deploying to Github with Hugo, however a few things had changed since then:
- Hugo itself now uses a
hugo.toml
file instead ofconfig.toml
- Github now offers a one-click support for Hugo actions, so there’s no need to roll your own Action
.yaml
file
Also it’s worth it to research your theme locally for a while, before pushing anything to Github. I rushed that a bit and had to change themes mid-stream, but am now getting it all working.
Working with Github Pages has also helped me understand Git a little more, like using things like git rm and git submodule.