blog.higgsboson.tk
Go to file
Brandon Mathis 5d2db07c44 Merge pull request #1678 from Blaisorblade/patch-1
Add link to add site to the wiki
2014-12-21 08:45:40 -06:00
.themes/classic Fix the way of loading the local copy of jQuery 2014-12-21 21:55:12 +08:00
plugins Fixed issue with RubyPants and the Octopress hooks filter 2014-08-29 10:46:34 -05:00
.editorconfig Add EditorConfig file for Ruby files 2012-02-26 11:08:16 -08:00
.gitattributes Added .gitattributes file to keep CRLF's out of the codebase. 2013-03-06 01:29:40 +01:00
.gitignore .gitignore Gemfile.lock per previous commit 2014-07-24 18:08:14 -05: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
.slugignore added slugignore to help with heroku deployment 2011-09-22 18:09:03 -05:00
.travis.yml Deprecate 1.9.2, add 2.0.0 :) 2013-07-13 16:42:19 +02:00
CHANGELOG.markdown fixed typo in CHANGELOG - thanks VIM modes :/ 2011-07-23 17:57:47 -04:00
Gemfile Support octopress-hooks and octopress-date-format #1622 2014-08-12 10:56:45 -05:00
README.markdown Merge pull request #1678 from Blaisorblade/patch-1 2014-12-21 08:45:40 -06:00
Rakefile Rakefile: use source_dir when setting url via CNAME 2014-11-27 00:48:21 -06:00
_config.yml Update `paginate_path` comment based on default value 2014-06-24 18:15:38 +09:00
config.rb Fix http generated images path when using Compass sprites 2013-07-13 23:22:29 +12:00
config.ru Sinatra now correctly returns code 404 when a page is not found. Closes #1198 2013-04-09 16:37:48 -05:00

README.markdown

Octopress 3.0

Note: Octopress 3.0 is in development at https://github.com/octopress/octopress

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 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.

Note: Octopress requires a minimum Ruby version of 1.9.3-p0.

Documentation

Check out Octopress.org for guides and documentation. It should all apply to our current stable version (found in the master branch). If this is not the case, please submit a fix to our docs repo.

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 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.