aboutsummaryrefslogtreecommitdiff
path: root/plugins/preview_unpublished.rb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initial update to be compatible with Jekyll 2Brandon Mathis2014-06-211-48/+0
|
* Whitespacericho2013-01-111-1/+1
|
* Set flag in preview mode and re-generate files before deployment if necessaryFrederic Hemberger2011-11-291-1/+4
|
* Introduce distinction between preview/productive site generationFrederic Hemberger2011-11-231-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.