Skip to main content
replaced http://meta.puzzling.stackexchange.com/ with https://puzzling.meta.stackexchange.com/
Source Link

Synopsis

se2jekyll.rb site post_id 

Example (http://meta.puzzling.stackexchange.com/a/3020https://puzzling.meta.stackexchange.com/a/3020):

$ se2jekyll.rb Meta.Puzzling 3020 > site_evaluations.md 

Republished at: http://jericson.github.io/2015/05/15/site_evaluations.html

Source

The project is hosted on GitHub:

https://github.com/jericson/se2jekyll.rb/blob/master/se2jekyll.rb

Dependencies

This is my very first Ruby program, so you have to have Ruby installed. I've included a Gemfile with required libraries, so you should be able to install all other dependencies with:

$ bundle install 

(If you haven't used Bundler before, you'll need to run gem install bundler first.)

Synopsis

se2jekyll.rb site post_id 

Example (http://meta.puzzling.stackexchange.com/a/3020):

$ se2jekyll.rb Meta.Puzzling 3020 > site_evaluations.md 

Republished at: http://jericson.github.io/2015/05/15/site_evaluations.html

Source

The project is hosted on GitHub:

https://github.com/jericson/se2jekyll.rb/blob/master/se2jekyll.rb

Dependencies

This is my very first Ruby program, so you have to have Ruby installed. I've included a Gemfile with required libraries, so you should be able to install all other dependencies with:

$ bundle install 

(If you haven't used Bundler before, you'll need to run gem install bundler first.)

Synopsis

se2jekyll.rb site post_id 

Example (https://puzzling.meta.stackexchange.com/a/3020):

$ se2jekyll.rb Meta.Puzzling 3020 > site_evaluations.md 

Republished at: http://jericson.github.io/2015/05/15/site_evaluations.html

Source

The project is hosted on GitHub:

https://github.com/jericson/se2jekyll.rb/blob/master/se2jekyll.rb

Dependencies

This is my very first Ruby program, so you have to have Ruby installed. I've included a Gemfile with required libraries, so you should be able to install all other dependencies with:

$ bundle install 

(If you haven't used Bundler before, you'll need to run gem install bundler first.)

edited tags
Link
Brock Adams
  • 13k
  • 5
  • 40
  • 65
Source Link

se2jekyll.rb—export Stack Exchange posts for use on Jekyll blogs

Synopsis

se2jekyll.rb site post_id 

Example (http://meta.puzzling.stackexchange.com/a/3020):

$ se2jekyll.rb Meta.Puzzling 3020 > site_evaluations.md 

Republished at: http://jericson.github.io/2015/05/15/site_evaluations.html

Source

The project is hosted on GitHub:

https://github.com/jericson/se2jekyll.rb/blob/master/se2jekyll.rb

Dependencies

This is my very first Ruby program, so you have to have Ruby installed. I've included a Gemfile with required libraries, so you should be able to install all other dependencies with:

$ bundle install 

(If you haven't used Bundler before, you'll need to run gem install bundler first.)