name | mode | size |
---|---|---|
source | 040000 | |
stylesheets | 040000 | |
.gitignore | 100644 | 0 kb |
README.markdown | 100644 | 4 kb |
Rakefile | 100644 | 5 kb |
_config.yml | 100644 | 0 kb |
config.rb | 100644 | 0 kb |
rubypants.rb | 100644 | 16 kb |
Octopress gives developers a well designed starting point for a Jekyll blog. It's easy to configure and easy to deploy. Sweet huh?
Setup is really simple.
git clone git://github.com/imathis/octopress.git
rake preview
to build the site and preview it in a local webserver.You'll want to change some settings, so check out the wiki for Setup & Configurations.
Octopress is almost like a front-end for Jekyll. It provides some really handy rake tasks and automation to make blogging as simple as possible. With Octopress you can:
See the wiki to learn more about Usage.
With search, comments, and analytics, you have no need for a database. This is what makes a statically generated blog possible.
If you already have an account with these services, you can get set up within seconds. Check out the wiki for Third Party Configuration details, and to learn how to setup or remove these services.
(The MIT License)
Copyright © 2009 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.