2 Commits (6714e5c7f5b3a874732e58dd2e6383e184da7019)

Author SHA1 Message Date
Frederic Hemberger 6714e5c7f5 Set flag in preview mode and re-generate files before deployment if necessary 13 years ago
Frederic Hemberger f1ebf35869 Introduce distinction between preview/productive site generation
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.
13 years ago