Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V0.11.x #1509

Closed
wants to merge 26 commits into from
Closed

V0.11.x #1509

Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b45d604
setting version number
spf13 Jun 3, 2014
bed81e5
Add empty line to correctly render a list
hamoid Jun 3, 2014
4670706
fixed #303. Adding theme support to views
spf13 Jun 3, 2014
9e9dcdf
Adding proper error message when view is not found.. fixing #303
spf13 Jun 4, 2014
cc63e2d
fixing typo in docs
spf13 Jun 18, 2014
42f748d
Fix #263, document HTML comments & IE conditionals
Jun 5, 2014
06cb312
Included instructions for omitting disqus comments on localhost.
mdwhatcott Jun 6, 2014
97c050d
do not use angle brackets in hyperlink labels
Jun 9, 2014
48d64b1
Fix minor typo in file docs/content/templates/overview.md
rolpereira Jun 20, 2014
8c0afea
taxonomies -> Taxonomies
mhe Jun 21, 2014
74d8d76
fix link to template primer
ginabythebay Jun 22, 2014
31cb224
Getting rid of bad scrollbar
spf13 Jul 1, 2014
9fb3b2b
Fixed #328. Config file set appropriately.
spf13 Jul 1, 2014
25c7ffc
make type-or-section more obvious
natefinch Aug 3, 2014
8acf54b
update docs for permalinks with all fields
natefinch Aug 2, 2014
bb88865
it's/its
kevinburke Jul 27, 2014
1dab410
Update press.md
GraemeCaldwell Aug 5, 2014
3a3e79b
Fix #363 - Docs: make the fixed menu on the left scrollable
roperzh Aug 9, 2014
58577e2
Docs-removed bullet and broken link for catagetories. Included categ…
dkebler Aug 9, 2014
3416d8f
Adding more press
spf13 Aug 10, 2014
fcf5804
hugo builds no site if there are only drafts
franklinwise Aug 10, 2014
0937ef3
Fix #394 - Docs: add a missing link to the livereload page in the intro
roperzh Aug 15, 2014
2f171f3
Config changes and Live Reload
rahul286 Aug 15, 2014
b8c708f
Added yaml menu example
rahul286 Aug 15, 2014
7559abb
switch to new location of goyaml
adg Aug 18, 2014
b3240db
Added a note after the script adding potential issues per @franklinwi…
franklinwise Aug 10, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
hugo builds no site if there are only drafts
if you run:
hugo
and all of your posts are drafts, no site gets build.
  • Loading branch information
franklinwise authored and spf13 committed Aug 18, 2014
commit fcf58044339194797e4815d04a5f6eb34633ae1e
2 changes: 1 addition & 1 deletion docs/content/tutorials/github_pages_blog.md
Original file line number Diff line number Diff line change
@@ -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.