auto_pilot allows you to convert your stackoverflow profile to a jekyll ready blog
- clone this repo
bundle install
bundle exec jekyll serve
- visit localhost:4000 to see the app in action
- add auto_pilot as development dependency
- run
bundle exec autopilot
- enter a stackoverflow user id
- create and update configuration
- resume by running
bundle exec autopilot
- we can update our configuration (generated at runtime) with an override of MarkdownConverter#md_template
- for html, override HTMLConverter#html_template
- example of config with template overrides