Automatically Add Cover Images to Markdown Blog Posts

Introduction Do you have a large directory of markdown blog posts that you want to add cover images to? This script makes it easy to do just that. It inserts the cover image information into the front matter section of the markdown files, and also uses regular expressions to extract the subject and company of the image from the markdown file. Requirements To use this script, you will need to have Python and the os and re modules installed on your computer....

January 1, 2020 · 2 min