Here's a list of links to resources to accompany the "Introduction to JAMstack" video on freeCodeCamp, by Phil Hawksworth
This code sample is how I used R to query the data loaded into Mysql from the Wordpress backup, converted the html to markdown, and moved into a jekyll blog.
Depending on your provider, you should be able to access backup files of your MySQL database which contains the database for your blog. The files will be SQL files.
Brought to you by Headjack
FFmpeg is one of the most powerful tools for video transcoding and manipulation, but it's fairly complex and confusing to use. That's why I decided to create this cheat sheet which shows some of the most often used commands.
Let's start with some basics:
ffmpeg
calls the FFmpeg application in the command line window, could also be the full path to the FFmpeg binary or .exe file