Website content generated via Hugo utilizing the hugo-coder
theme.
timmeinerzhagen.com
is hosted via GitHub Pages.
- Install Go 1.18+
- Clone the repository including submodules
- Install dependencies with
go install
- Create local preview server with
hugo serve
When adding changes to a pull request, the automation will run and create a preview. This will now overwrite the existing page, instead it will put the page in a preview subfolder according to the actions run.
The url will have a form as follows:
https://timmeinerzhagen.com/preview/${GITHUB_ACTIONS_JOB_RUN_ID}/
- Uses
luizdepra/hugo-coder
- Animations based on
sharadcodes/hugo-theme-serial-programmer
- Hosted via GitHub Pages