This is my personal website.
After the repository has been built into the gh-pages branch the static code will be deployed and hosted by GitHub Pages.
Running the development server:
hugo serve --disableFastRender
Building static HTML
hugo
The code will be built by a GitHub Workflow which is defined in gh-pages.yml
This page is built and deployed by a GitHub Action (gh-pages.yml) and will notify me by a Telegram message after successfull deployment.