| Commit message (Collapse) | Author | Files | Lines |
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
updates. Moved the blog index code to a partial in source/_includes/blog_index.html
|
|
preserving navigation and footer
|