2 Commits (9decd23b5a7a2f26590a4995cafcba010695717d)

Author SHA1 Message Date
Frederic Hemberger 6714e5c7f5 Set flag in preview mode and re-generate files before deployment if necessary 14 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.
14 years ago