This is the Tiger Team's blog, in jekyll.
You can read it for realsies at http://engineering.continuity.net/.
Lots more info about blogging w/ jekyll is available from Jekyll.
- Clone this repo
cd
into the dir, and$ bundle install
- Add yourself to
_data/authors.yml
- Add your head-in-a-jar avatar to the
images
directory- To get this from gravatar
require 'digest'; puts "http://www.gravatar.com/avatar/#{Digest::MD5.hexdigest(shared_email.downcase)}?s=200"
- For more information: https://en.gravatar.com/site/implement/images/
- To get this from gravatar
- Create your draft:
octopress new draft 'Your title goes here'
- Open your file in
_drafts/your-title-goes-here.md
- Write your post in md
- Preview with:
jekyll serve --drafts --host 0.0.0.0 --port YOUR_PORT --watch
- Publish with:
octopress publish _drafts/your-title-goes-here.md
- Commit and push
- go to prose.io
- set repository access -> public repos only
- login with your github account
- make a new
.md
file in_drafts
, save as often as you'd like - preview toggle / publish using their buttons
vim css/main.css