Previous incarnations of this site stored the blog post content in databases - more recently, a SQLite database.
Moving to a new blog CMS, I decided I wanted to keep all content in Markdown files and have the site read those.
In order to create those Markdown files, I created a web application which enabled me to convert the data in the database to the new file structure.
I've made the code for this project public in my GitHub repository if want to use. There are two versions, one for .NET Core and the other PHP:
GitHub: ASP.NET Core MVC
GitHub: PHP
