From 991d35c362048bd1a61252050e510510524c997e Mon Sep 17 00:00:00 2001 From: steveoh Date: Thu, 29 Jun 2017 11:06:30 -0600 Subject: [PATCH] update readme hugo can't find the toml if you are not working in the `site` directory --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2aa8aa..b47dc71 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,8 @@ Adding incidents to your status page is as simple as adding a new document to th Create a new incident using Hugo with a command like this: ``` -hugo -s site new -k incidents incidents/oh-no-something-went-wrong.md +cd site +hugo new incidents/oh-no-something-went-wrong.md ``` Hugo will create a new Markdown file for you with title and date based on the file name and a few predefined settings in the header. To learn more about the different severities and report, you can see more detailed examples in `site/archetypes/incidents.md`.