Giter VIP home page Giter VIP logo

Comments (15)

tdreyno avatar tdreyno commented on July 27, 2024

This project may be helpful:
https://github.com/davidwinter/wordpress-to-jekyll

Any markdown generated that works with jekyll should work with Middleman.

from middleman-blog.

bhollis avatar bhollis commented on July 27, 2024

I've tried out wordpress-to-jekyll but I had to modify it a bit to populate frontmatter with the correct info and output files in the right directory structure, as well as to ignore non-published posts. That script is also pretty primitive - it dumps the raw HTML without converting to Markdown, though for my purposes I don't really care what format old posts are in as long as they still display correctly.

If there were a nice way for Middleman extensions to contribute Thor actions to the main middleman executable I'd be willing to write a quick wordpress importer command in Ruby. Failing that, I might just write a standalone one. What do you think?

from middleman-blog.

tdreyno avatar tdreyno commented on July 27, 2024

Excellent idea regarding expanding the middleman executable. Shouldn't be hard, though the whole CLI needs a refactor badly.

I'll make a ticket.

from middleman-blog.

bhollis avatar bhollis commented on July 27, 2024

Jekyll now has its own migrators that should produce middleman-compatible posts:
https://github.com/mojombo/jekyll/tree/master/lib/jekyll/migrators

There's also this python thing that looks hard to run:
https://github.com/thomasf/exitwp

I wonder whether it's worth having our own importer - it'd basically be a duplicate of Jekyll's. Perhaps just instructions on how to use their importer to create the posts?

from middleman-blog.

tdreyno avatar tdreyno commented on July 27, 2024

Maybe we can wrap their migrators with a middleman-migrator extension which provides a CLI?

from middleman-blog.

cisano-arelia avatar cisano-arelia commented on July 27, 2024

I used exitwp to convert my Wordpress export to markdown. I had to postprocess URL's and some frontmatter.

from middleman-blog.

karlfreeman avatar karlfreeman commented on July 27, 2024

Looks like some progress has been made by @salmansqadeer with wordpress-to-middleman 👍

from middleman-blog.

tdreyno avatar tdreyno commented on July 27, 2024

Wonderful @salamansqadeer! When it's stable, we can work to make it into a build-in template or extension.

from middleman-blog.

salmansqadeer avatar salmansqadeer commented on July 27, 2024

Thanks guys! Glad to see that you find it useful. I have currently made it as stable as I think I will be able to get it in the near term. The translation from HTML to markdown is a little bit broken, but I fear that is more the fault of the html2md gem that Im using as opposed to any details in my actual code. I'll look into finding a better gem / writing my own html to markdown converter down the line to make sure this is seamless.

I also need to add support for downloading images and saving them in the right folder structure, but I would be happy to get some advice on how best to implement that as it may be a bit beyond my skill set.

Cheers!

from middleman-blog.

karlfreeman avatar karlfreeman commented on July 27, 2024

Just stumbled on the ruby-wpdb gem. Looks like it might help.

from middleman-blog.

mdb avatar mdb commented on July 27, 2024

Inspired by @salmansqadeer's initial work, I built upon wordpress-to-middleman to create a wp2middleman gem. The gem creates a wp2mm command line utility that migrates the posts contained in a Wordpress XML export file to middleman-style markdown files.

This is just a rough first pass; I haven't yet released it to Rubygems. Please let me know if you have any feedback or further ideas. Hopefully it's relevant in some capacity to this issue.

Thanks!

from middleman-blog.

tdreyno avatar tdreyno commented on July 27, 2024

👍

from middleman-blog.

karlfreeman avatar karlfreeman commented on July 27, 2024

@bhollis Thoughts on closing this? Looks like there are now a few options for doing this which weren't available 2 years ago...

@mdb Another 👍 from me 😄

from middleman-blog.

tdreyno avatar tdreyno commented on July 27, 2024

Honestly, I'd really love if we could pick a solution and either move it into core or depend on the gem. Then we'd add official docs for it.

from middleman-blog.

iwarner avatar iwarner commented on July 27, 2024

Seems these have not been kept up to date though and the documentation is now out of sync for these - its there any progress on an official one?

from middleman-blog.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.