My blog. Built with Hugo. Migrated from armno/armno.github.io
.
$ hugo serve -D
$ hugo new post/<post-title>/index.md
A shortcode to insert responsive, lazy-loaded images into post content.
{{< image
src="images/platoo.jpg"
alt="test"
caption="caption to display below the picture"
align-caption="left"
width="300"
>}}