strichliste1 has been replaced by strichliste2. See https://github.com/strichliste for the new version!
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 blgopost 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 travis. For details on the deployment
process, please check .travis.yml
and the deploy.sh
script. Deployment
only happens upon new commits on the master
branch.