scheuclu.com
[TOC]
The site is developed in pure markdown.
Hugo is used to generate a website. For convenience, hugo is run on commit via .github/workflows/gh-pages.yml.
The workflow runs automatically on commit and pushes the results to the branched named gh-pages
.
I have configured the Github project to serve this branch.
See https://gohugo.io/getting-started/quick-start.
hugo new posts/my-first-post.md
hugo server -D