| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
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.
|
|
|
|
Page filenames/directories are lowercased and sanitized by default to
allow a greater flexibility:
- new_page["/path/to/file"] # => source/path/to/file/index.markdown
- new_page["path/to/file"] # => source/path/to/file/index.markdown
- new_page["my path/my file"] # => source/my-path/my-file/index.markdown
- new_page["lorem.ipsum.dolor"] # => source/lorem-dot-ipsum.dolor
- new_page["Questions & Answers"] # => source/questions-and-answers/index.markdown
|
|
|
|
|
|
|
|
and preview tasks, fixes #214
|
|
|
|
other than .html
|
|
|
|
source.old fixes #188
|
|
|
|
issue already described at https://github.com/imathis/octopress/issues/30 )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
deployments
|
|
|
|
|
|
|
|
|
|
|
|
|
|
child processes still running
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tasks are run and the file already exists. Fixes #130
|
|
.themes
|
|
|
|
|
|
|
|
before installing an Octopress theme, fixes #116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|