Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Whitespace | richo | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Set flag in preview mode and re-generate files before deployment if necessary | Frederic Hemberger | 2011-11-29 | 1 | -1/+4 |
| | |||||
* | Introduce distinction between preview/productive site generation | Frederic Hemberger | 2011-11-23 | 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. |