Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 433 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 433 Bytes

Statically generated with Hugo

Run the site

In the root directory for the site, with hugo installed, run: hugo server -w or to include draft posts run: hugo server -wD

Create a new post

In the root directory, run hugo new posts/yyyy-mm-dd-{post title}.md

Deploy the site

in the roo directory for the site, with hugo installed, run hugo deploy --force