aboutsummaryrefslogtreecommitdiff
path: root/plugins/preview_unpublished.rb (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-06-21Initial update to be compatible with Jekyll 2Brandon Mathis1-48/+0
2013-01-11Whitespacericho1-1/+1
2011-11-29Set flag in preview mode and re-generate files before deployment if necessaryFrederic Hemberger1-1/+4
2011-11-23Introduce distinction between preview/productive site generationFrederic Hemberger1-0/+45
Posts which contain the YAML attribute `published: false` are usually not generated by Jekyll. With this patch they can be previewed just like published posts on localhost using `rake watch`or `rake preview`. NOTICE: Before pushing to the productive environment, use `rake generate` to update the public directory and remove posts which are flagged not to be published.