We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
First time using Jekyll, was planning to move my Tumblr site (http://leftforliving.com) to a new domain (http://johnmaguire.me/) with a new design.
I ran gem install jekyll-import --pre as per the guide. It seems to have installed jekyll-import-0.1.0.beta4.
gem install jekyll-import --pre
Here is a log of my attempts:
john@dib [06:30:14] [~/files/johnmaguire.me/jekyll] [develop *] -> % sudo gem install jekyll-import --pre [sudo] password for john: Fetching: fastercsv-1.5.5.gem (100%) Fetching: mini_portile-0.5.2.gem (100%) Fetching: nokogiri-1.6.0.gem (100%) Building native extensions. This could take a while... Fetching: jekyll-import-0.1.0.beta4.gem (100%) Successfully installed fastercsv-1.5.5 Successfully installed mini_portile-0.5.2 Successfully installed nokogiri-1.6.0 Successfully installed jekyll-import-0.1.0.beta4 4 gems installed Installing ri documentation for fastercsv-1.5.5... Installing ri documentation for mini_portile-0.5.2... Installing ri documentation for nokogiri-1.6.0... Installing ri documentation for jekyll-import-0.1.0.beta4... Installing RDoc documentation for fastercsv-1.5.5... Installing RDoc documentation for mini_portile-0.5.2... Installing RDoc documentation for nokogiri-1.6.0... Installing RDoc documentation for jekyll-import-0.1.0.beta4... john@dib [06:41:34] [~/files/johnmaguire.me/jekyll] [develop *] -> % ruby -rubygems -e 'require "jekyll/jekyll-import/tumblr"; JekyllImport::Tumblr.process("http://leftforliving.com", "md", true, true, true)' /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- jekyll/jekyll-import/tumblr (LoadError) from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require' from -e:1:in `<main>' john@dib [06:44:41] [~/files/johnmaguire.me/jekyll] [develop *] -> % jekyll import tubmlr --url http://leftforliving.com/ --format md --grab_images true --add_highlights true --rewrite_urls true Deprecation: The 'url' setting can only be set in your config files. invalid option: --url john@dib [06:44:46] [~/files/johnmaguire.me/jekyll] [develop *] -> % jekyll import tubmlr --source http://leftforliving.com/ --format md --grab_images true --add_highlights true --rewrite_urls true invalid option: --format john@dib [06:45:18] [~/files/johnmaguire.me/jekyll] [develop *] -> % jekyll help import tumblr invalid command. Use --help for more information
The text was updated successfully, but these errors were encountered:
Working on this. The current version requires that jekyll/jekyll#1706 be merged, which @mattr- hasn't done yet. :) I'll update the docs.
Sorry, something went wrong.
Ah cool, thanks for the update!
No branches or pull requests
First time using Jekyll, was planning to move my Tumblr site (http://leftforliving.com) to a new domain (http://johnmaguire.me/) with a new design.
I ran
gem install jekyll-import --pre
as per the guide. It seems to have installed jekyll-import-0.1.0.beta4.Here is a log of my attempts:
The text was updated successfully, but these errors were encountered: