diff --git a/README.md b/README.md index 7142295..c14ea51 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,12 @@ $ pelican --autoreload --listen However, this will not automatically refresh your browser page. +### Writing drafts + +Use `Status: draft` in the article metadata. When the site is generated, the +`output/drafts` folder will be created with your new draft article. This allows +us to work on new articles and still store the pages here in the repository. + ## Deploying the site Just run the usual: