This repo contains the workings of my site, ruszkow.ski. This readme will serve mostly as a place for me to leave notes for myself.
To get images with the neat format, nice border etc use the partial:
{{< image src="PATH" >}}
To make a new Graphs post, with hugo on the PATH it's as straightforward as
hugo new "Graphs\postname.md"
To make a new Slides post, again with hugo on the PATH, we need a slightly different syntax
hugo new --kind slides slides/name