From 97e09d388b3b113a26007e6f430888ff1df72aa6 Mon Sep 17 00:00:00 2001 From: moxiegirl Date: Tue, 4 Sep 2018 16:53:21 -0700 Subject: [PATCH] Updating README Signed-off-by: moxiegirl --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bc6497a5..2250c9c6 100644 --- a/README.md +++ b/README.md @@ -11,13 +11,13 @@ To run locally: 3. Build and serve locally. ``` - bundle exec jekyll serve + bundle exec jekyll serve --config _config.yml,staticman.yml ``` Use this format to turn on production features: ``` - JEKYLL_ENV=production bundle exec jekyll serve + JEKYLL_ENV=production bundle exec jekyll serve --config _config.yml,staticman.yml ``` ## Deploy via Netlify @@ -27,7 +27,7 @@ To deploy to Netlify: 1. Build the site. ``` - JEKYLL_ENV=production jekyll build + JEKYLL_ENV=production jekyll build --config _config.yml,staticman.yml ``` 2. Force add the `_site` directory.