Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 203 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 203 Bytes

Hugoweb

Template of a simple blog/website for hugo static page generator.

Usage

Install Hugo

Create blog post

  • hugo new blog/NAME.md

Run

  • hugo server -D

Generate static site (public)

  • hugo