AutoPilot

Travis CI Code Climate

a step forward in blog automation

  • use this ruby gem to convert your stackoverflow profile to a jekyll blog and more
  • fetch questions for a specifc user id and convert them to markdown or html

how do i

custom templates

customized templates are as easy as updating your config:

full example of config with custom template

contributing

  1. fork it
  2. create your feature branch
  3. commit your changes

do i have to use jekyll

no. we are just generating partials from stackoverflow posts - they could be integrated with wordpress or rails projects with ease.

afterall, its just html :)

you will also want to set disable_front_matter = true in your config when using outside of jekyll

demo application

checkout the demo application and experiment

screenshots

side by side


question view

todo

  • change file naming convention to date question answered
  • update config options
    • get questions after date x
    • credit sources
    • support erb templates