Add note about drafts

This commit is contained in:
Luke Murphy 2019-06-17 12:20:20 +02:00
parent 29d621fd77
commit 3bc14213c7
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -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: