Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-06-21 | Initial update to be compatible with Jekyll 2 | Brandon Mathis | 1 | -48/+0 | |
2013-01-11 | Whitespace | richo | 1 | -1/+1 | |
2011-11-29 | Set flag in preview mode and re-generate files before deployment if necessary | Frederic Hemberger | 1 | -1/+4 | |
2011-11-23 | Introduce distinction between preview/productive site generation | Frederic Hemberger | 1 | -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. |