From e4ac4c2c91baf587eb3207d4917ac95cc528dc26 Mon Sep 17 00:00:00 2001 From: Nishanth Shanmugham Date: Sat, 10 Sep 2016 11:26:26 -0500 Subject: [PATCH] README: mention draft = false Also, add a link to demo web page. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fab540d..1b480b5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A consistent and responsive [Hugo](http://gohugo.io) [theme](https://github.com/spf13/hugoThemes/) with clean typograhy. +[__Demo__](http://themes.gohugo.io/theme/cocoa/) + #### Features * Responsive @@ -45,6 +47,8 @@ hugo -t cocoa hugo new blog/your-new-post.md ```` +(You may need to set `draft = false` in the new post's front matter for it to appear on your site.) + * Fixed pages such as an About page should preferably go under a `content/fixed` or be present at the root of the `contents` directory. ````