OSO Appliance - A wee personal SEO experiment w/10,000 blog posts.
Read more about this project here: OSO Appliance - Appliance Articles & Directories
Read more about this project here: OSO Appliance - Appliance Articles & Directories
Removing Image Information from Markdown Files If you have a large directory of blog posts written in markdown format, you might find yourself in a situation where you need to remove specific lines from all of them. This script is here to help you with that. The script starts by defining two functions: remove_lines_in_dir() and remove_lines(lines). The remove_lines_in_dir() function is used to iterate through all files in the directory and call the remove_lines(lines) function on each markdown file....