Go to file
Mark Nichols 944255f879 Adding .powrc to allow RVM to work when POW is updated to version 0.4.0 and beyond.
Support for automatically handling .rvmrc files in projects is being deprecated in
POW version 0.4.0 and beyond. RVM will still work but project will need to have a
.powrc file that detects the presence of and then loads RVM.

The code in the .powrc could also be in the .powenv file, however the .powrc loads
first and is the configuration file recommended for inclusion in version control.
2012-06-08 13:58:52 -05:00
.themes/classic 1. Vastly improved backtick code blocks and added support for Textile 2011-09-07 18:34:21 -05:00
plugins improved backtick codeblock's handling of the raw option 2011-09-07 23:30:09 -05:00
.gitignore added source.old, sass.old to .gitignore 2011-08-02 09:38:47 -04:00
.powrc Adding .powrc to allow RVM to work when POW is updated to version 0.4.0 and beyond. 2012-06-08 13:58:52 -05:00
.rvmrc irrisponsibly massive commit 2011-04-17 22:49:30 -05:00
CHANGELOG.markdown fixed typo in CHANGELOG - thanks VIM modes :/ 2011-07-23 17:57:47 -04:00
Gemfile Merge branch 'sinatra_static_server' of https://github.com/scottwater/octopress into scottwater-sinatra_static_server 2011-09-08 10:31:36 -05:00
Gemfile.lock updated Gemfile.lock 2011-09-08 10:39:49 -05:00
README.markdown updated readme to point to octopress.org and removed old instructions 2011-07-23 17:45:48 -04:00
Rakefile added itegration to gen_deploy 2011-09-12 14:51:49 -05:00
_config.yml changed order for Github 3rd-party configs 2011-09-03 10:04:09 -05:00
config.rb 1. Added rake task for simple configuration of subdirectory deployment. 2011-07-16 14:52:50 -04:00
config.ru Static Server based on Sinatra 2011-08-21 21:06:21 -04: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 or from your filesystem.
  3. Third party integration is simple with built-in support for Twitter, Pinboard, Delicious, 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 plugins some original and others from the Jekyll community — tested and improved.

Documentation

Check out Octopress.org for guides and documentation.

License

(The MIT License)

Copyright © 2009-2011 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.