Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 329 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 329 Bytes

blog

github pages with Hugo.

Preconditions

Quick Start

  • create new post file
hugo new post/articlefile.md
  • build posts with local server. (including draft)
make serve
  • build posts for publish article (exclude draft)
make pub