Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 362 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 362 Bytes

Blog

Running the site locally

You can run the server locally to see your changes using the following command.

hugo server -D

Creating a new post

The existing blog posts can be found in the /content/posts directory. To add a new post, use the following command, and then modify the generated template.

hugo new posts/0000-my-post.md