armno / blog

my hugo blog at armno.in.th
https://armno.in.th
4 stars 3 forks source link
blog hugo static-site

armno.in.th

Netlify Status

My blog. Built with Hugo. Migrated from armno/armno.github.io.

Development

$ hugo serve -D

Create a new post

$ hugo new post/<post-title>/index.md

image shortcode

A shortcode to insert responsive, lazy-loaded images into post content.

{{< image
  src="https://github.com/armno/blog/raw/main/images/platoo.jpg"
  alt="test"
  caption="caption to display below the picture"
  align-caption="left"
  width="300"
>}}