Octopress no longer listens to .preview-mode, and History.markdown seems to be supplanted by CHANGELOG.markdown.

This commit is contained in:
Jon Frisby 2013-04-10 09:55:38 -07:00
parent 21cd6de44a
commit 251491de2a
2 changed files with 0 additions and 13 deletions

1
.gitignore vendored
View File

@ -18,5 +18,4 @@
/vendor
/lib/vendor
node_modules
/.preview-mode
/_config.yml

View File

@ -1,12 +0,0 @@
# HEAD
* Major Enhancements
* New configuration structure (#958)
* Minor Enhancements
* Improved draft management options
- rake list_drafts shows current drafts.
- Rake generate, watch, and preview can compile future dated posts (defaults to false).
* Bug Fixes
* `full_configuration` in Rakefile was uninitialized (#1021)
* Site Enhancements
* Development fixes