README: mention draft = false

Also, add a link to demo web page.
This commit is contained in:
Nishanth Shanmugham
2016-09-10 11:26:26 -05:00
parent df002a3f46
commit e4ac4c2c91

View File

@@ -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.
````