Octopress
Octopress is a Jekyll-based blogging system aimed at the particular needs of programmers.
Changes Accepted Upstream
Please note that most of these were on the now-abandoned 2.1 / 2.5 branches! I’m waiting until 3.0 stabilizes before diving in again!
- Fix a few items turned up by Rubocop.
- Add Rubocop and a whitespace cleaner.
- Enhance test suite to be more robust and less verbose.
- Add coverage analysis.
- Plugin installer fails when a plugin doesn’t have every directory type.
- Fix broken file references that were making the gem mode unusable.
- Make RSync deployments safer.
- Update clean/clobber tasks.
- Miscellaneous cruft removal.
- Whitespace cleanup.
- Fix a bad merge.
- Namespace Disqus config vars.
- Updating dependencies.
- Make Octopress only load its configs once per process.
- Various RSync deployment fixes.
- Update copyright in license to 2013.
- Make it possible to disable the comments section entirely without having to muck with theme files.
- Make FB JS load synchronously so it doesn’t block page rendering.
- Be more precise about what we ignore to avoid accidentally ignoring things.
- Compass rigor.
- Grand whitespace cleanup.
- Removal of apparently unreferenced, dangling method.
- Allow .md for markdown files.
- Bring over a couple little things from master…
- Bump Rack version to leverage security fixes.
- Simplifying clean task.
- Remove redundant require statement from Rakefile.
- Remove superfluous / broken Rake task
- Ignore all generated JS bundles, preview-mode flag, generated _config.yml, and most editor temp files.
- Fix static reference to instance method in Compass’ config.
- Remove cruft from Gemfile.lock since rspec is no longer specified in the Gemfile.
- Add ‘clobber’ task for purging generated files.