Skip to content

Personal website, utilized as landing page, overview, as well as general link distribution

Notifications You must be signed in to change notification settings

timmeinerzhagen/timmeinerzhagen.com

Repository files navigation

timmeinerzhagen.com

Personal website, utilized as landing page, overview,
as well as general link distribution

Deploy website

Website content generated via Hugo utilizing the hugo-coder theme.

timmeinerzhagen.com is hosted via GitHub Pages.

Development

  • Install Go 1.18+
  • Clone the repository including submodules
  • Install dependencies with go install
  • Create local preview server with hugo serve

Live Website Preview

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}/

Credits