Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import chicagoportalstatusblog to Dev blog #6

Closed
tomschenkjr opened this issue Aug 13, 2016 · 1 comment
Closed

Import chicagoportalstatusblog to Dev blog #6

tomschenkjr opened this issue Aug 13, 2016 · 1 comment
Assignees

Comments

@tomschenkjr
Copy link
Contributor

Use the jekyll-import tool to import from the Tumblr blog. The author should always be Open Data Team.

@tomschenkjr tomschenkjr self-assigned this Aug 13, 2016
@tomschenkjr
Copy link
Contributor Author

tomschenkjr commented Aug 13, 2016

Code to download all posts:

require "jekyll-import";
    JekyllImport::Importers::Tumblr.run({ 
        "url" => "http://chicagoportalstatus.tumblr.com",
        "format" => "html",
        "grab_images" => false,
        "add_highlights" => false,
        "rewrite_urls" => false
    })

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant