blogcontent/README.md
2021-11-07 20:54:06 -08:00

6 lines
303 B
Markdown

Content is stored in `blog/`. All commands below should be executed from there.
This top-level directory is just for package metadata, `README.md`, etc.
* To create a new post, run `hugo new posts/<name>.md`
* To start a local server to check how it looks, run `hugo server` (with `-D` to show drafts)