Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Latest commit

 

History

History
33 lines (23 loc) · 687 Bytes

readme.md

File metadata and controls

33 lines (23 loc) · 687 Bytes

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="images/platoo.jpg"
  alt="test"
  caption="caption to display below the picture"
  align-caption="left"
  width="300"
>}}