AutoPilot
![Code Climate](https://codeclimate.com/github/lfender6445/auto_pilot/badges/gpa.svg)
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
- fork it
- create your feature branch
- 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](http://i.imgur.com/Ffbzequ.png)
![question view](http://i.imgur.com/O206sol.png)
todo
- change file naming convention to date question answered
- update config options
- get questions after date x
- credit sources
- support erb templates