hugo builds no site if there are only drafts
authorFranklin Wise <franklin@krave-n.com>
Sun, 10 Aug 2014 16:09:12 +0000 (09:09 -0700)
committerspf13 <steve.francia@gmail.com>
Mon, 18 Aug 2014 15:21:45 +0000 (11:21 -0400)
if you run:
hugo
and all of your posts are drafts, no site gets build.

docs/content/tutorials/github_pages_blog.md

index f01d3c2147f6634db2ef092e29f13f0d488f5099..59042d3f50966c20845f63fc628124926b8933ec 100644 (file)
@@ -162,7 +162,7 @@ The first two items in the previous list are simply a way to conveniently previe
 
     echo -e "\033[0;32mDeploying updates to Github...\033[0m"
 
-    # Build the project.
+    # Build the project. (If you only have drafts, no site will be generated)
     hugo
 
     # Add changes to git.