Go to file
Brandon Mathis 7bdab0e65c Added javascript asset management and improved Rakefiles and configuration for themes and plugins.
- Added Guard for file watching
- Configs can be automatically reloaded
- Static asset changes do not trigger Jekyll build
- CommonJS modular js support proved by stich-rb
- Javascript is concatenated and uglified
- Environment variables toggle uglify and fingerprinting
- New Jekyll plugin config_tag
- New Jekyll plugin javascript_assets_tag
- Added theme specific configurations
- Custome Jekyll Guard to the rescue
- Install, Generate, Watch, and Preview work with Guard now.
- Now configs are no longer tracked by Octopress, only theme defauts are.
- Console messages can be colorized.
- misc config reorganization and improvements
2013-03-04 01:12:10 -06:00
.themes/classic Added javascript asset management and improved Rakefiles and configuration for themes and plugins. 2013-03-04 01:12:10 -06:00
lib Added javascript asset management and improved Rakefiles and configuration for themes and plugins. 2013-03-04 01:12:10 -06:00
plugins Added javascript asset management and improved Rakefiles and configuration for themes and plugins. 2013-03-04 01:12:10 -06:00
.gitignore Ignore all generated JS bundles, preview-mode flag, generated _config.yml, and most editor temp files. 2013-02-20 11:27:33 -08:00
.powrc Grand whitespace cleanup. 2013-02-21 21:53:04 -08:00
.ruby-version Ugrading to ruby version 1.9.3-p374 2013-02-20 17:41:24 +01:00
.slugignore added slugignore to help with heroku deployment 2011-09-22 18:09:03 -05:00
.travis.yml Using master Gemfile and Rakefile cuz travis sucks. 2013-02-28 21:47:22 +01:00
CHANGELOG.markdown Add Gist plugin change to changelog 2012-12-20 10:31:35 +01:00
Gemfile Added javascript asset management and improved Rakefiles and configuration for themes and plugins. 2013-03-04 01:12:10 -06:00
Gemfile.lock Added javascript asset management and improved Rakefiles and configuration for themes and plugins. 2013-03-04 01:12:10 -06:00
Guardfile Added javascript asset management and improved Rakefiles and configuration for themes and plugins. 2013-03-04 01:12:10 -06:00
History.markdown Upgrade history to reflect merge of #1021. 2013-02-17 01:25:20 +01:00
README.markdown It's 2013. Hi, MIT License. 2013-02-28 05:58:19 -08:00
Rakefile Added javascript asset management and improved Rakefiles and configuration for themes and plugins. 2013-03-04 01:12:10 -06:00
config.rb Added javascript asset management and improved Rakefiles and configuration for themes and plugins. 2013-03-04 01:12:10 -06:00
config.ru Grand whitespace cleanup. 2013-02-21 21:53:04 -08:00

README.markdown

What is Octopress?

Octopress is Jekyll blogging at its finest.

  1. Octopress sports a clean responsive theme written in semantic HTML5, focused on readability and friendliness toward mobile devices.
  2. Code blogging is easy and beautiful. Embed code (with Solarized styling) in your posts from gists, jsFiddle or from your filesystem.
  3. Third party integration is simple with built-in support for Twitter, Pinboard, Delicious, GitHub Repositories, Disqus Comments and Google Analytics.
  4. It's easy to use. A collection of rake tasks simplifies development and makes deploying a cinch.
  5. Ships with great plug-ins some original and others from the Jekyll community — tested and improved.

Documentation

Check out Octopress.org for guides and documentation.

Contributing

Build Status

We love to see people contributing to Octopress, whether it's a bug report, feature suggestion or a pull request. At the moment, we try to keep the core slick and lean, focusing on basic blogging needs, so some of your suggestions might not find their way into Octopress. For those ideas, we started a list of 3rd party plug-ins, where you can link your own Octopress plug-in repositories. For the future, we're thinking about ways to easier add them them into our main releases.

License

(The MIT License)

Copyright © 2009-2013 Brandon Mathis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the Software), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

If you want to be awesome.

  • Proudly display the 'Powered by Octopress' credit in the footer.
  • Add your site to the Wiki so we can watch the community grow.