Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 875 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 875 Bytes

LICENSE Netlify Status

Hugo is a static site generator written in Go, optimized for speed and designed for flexibility. With its advanced templating system and fast asset pipelines, Hugo renders a complete site in seconds, often less.

Quick Start

Create a new post

$ hugo new content content/post/$(date '+%YY-%mm-%dd')-python-struct.md

More info: Writing

Run server

$ hugo server

More info: Server