Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.13 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.13 KB

GitHub Pages pages-build-deployment

tschreiner.github.io

This is my personal website.

Requirements for deployment and building

Hosting

After the repository has been built into the gh-pages branch the static code will be deployed and hosted by GitHub Pages.

Building

Locally (for development)

Running the development server:

hugo serve --disableFastRender

Building static HTML

hugo

Production

The code will be built by a GitHub Workflow which is defined in gh-pages.yml

Deployment

This page is built and deployed by a GitHub Action (gh-pages.yml) and will notify me by a Telegram message after successfull deployment.