-
Notifications
You must be signed in to change notification settings - Fork 317
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
MT importer: excerpt: !ruby/string:Sequel::SQL::Blob #113
Comments
Which version of jekyll-import are you using? |
Looks like jekyll-import-0.1.0 |
Can you re-run the import into a test site after modifying your local installation of |
Added the change from #92 to mt.rb and get this error: syck has been removed, psych is used instead Output files still have the same problem. |
Hm, ok. You can run Please change Line 107 of mt.rb to: 'excerpt' => encode(post[:entry_excerpt].to_s, options), |
@parkr That seems to have done the trick nicely! Many thanks for your patience and help on this today. Happy holidays! :) |
Absolutely! Thanks for yours as well. Happy holidays :) |
On several of the posts imported with the MT importer, I'm seeing the following in the .markdown file:
I'm wondering why it's having trouble with the excerpt? Any pointers appreciated.
Phillip.
jekyll 1.4.2
ruby 2.0.0
mysql 5.5.27
gem mysql-2.9.1
gem sequel-4.5.0
The text was updated successfully, but these errors were encountered: