projects
/
brevno-suite
/
hugo
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e9fc47
)
hugo builds no site if there are only drafts
author
Franklin Wise
<franklin@krave-n.com>
Sun, 10 Aug 2014 16:09:12 +0000
(09:09 -0700)
committer
spf13
<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
patch
|
blob
|
history
diff --git
a/docs/content/tutorials/github_pages_blog.md
b/docs/content/tutorials/github_pages_blog.md
index f01d3c2147f6634db2ef092e29f13f0d488f5099..59042d3f50966c20845f63fc628124926b8933ec 100644
(file)
--- a/
docs/content/tutorials/github_pages_blog.md
+++ b/
docs/content/tutorials/github_pages_blog.md
@@
-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.