hugo-based static homepage for strichliste.
In order to create a new blogpost, run hugo new news/myblogpost.md. Make sure
to set the draft status to false (only non-draft entries will be published).
news is the so-called section. You can set default frontmatter settings by
defining an archetype in the archetype folder. See the hugo manual
for more information on this.
The title of the first 5 blogpost entries will be listed on the homepage; the first one will be teasered (only the summary is shown).
Simply run hugo new mysection/myentry.md to create a new content page.
You can create menu entries by modifying config.toml.
This homepage is auto-deployed using GitHub Actions. For details on the
deployment process, please check .github/workflows/build.yml. The site is
built on every push to master and on every pull request; deployment to the gh-pages branch
only happens upon new commits on the master branch.