How to migrate a Drupal 7 site to Markdown files
We decided to migrate our old 7sabores blog site from Drupal7 to Markdown to be consumed using GatsbyJS. The first question was, is there any contributed module available to do that easily? The answer was no. Even in D7, finding a module with this behaviour could be very tricky. The only solution was PHP scripts + D7 Bootstrap + Markdown Library. Let’s get started. First, download the scripts from here.