git clone https://github.com/devsnull/devsnull.github.io devsnull
cd devsnull
git checkout source
bundle
rake preview # runs preview server
rake new_post['Post title']
Add the following property to the top of the blog:
---
...
author: Your Name
...
---
First, you'll need to setup publishing to GH:
rake setup_github_pages # Enter `https://github.com/devsnull/devsnull.github.io.git` when prompted.
If you would like your post peer reviewed, then:
git checkout -b post/your-post-title
git pull-request # If you have hub, otherwise go make a PR
If you just want to publish, or after your pull-request is merged:
rake gen_deploy
Octopress is Jekyll blogging at its finest.
Note: Octopress requires a minimum Ruby version of 1.9.3-p0
.
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.
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.
(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.