Executing Commands in Netlify
What is Netlify?
Sometimes you need to upload your code to a Cloud Computing service to showcase your work. Netlify is one such Cloud Computing service. I use Netlify in conjunction with GitHub to display this blog. I upload articles in Markdown to GitHub, and with each push to the repository, it syncs with the repository I have on Netlify. Netlify then runs HUGO to generate the page files you see on this site. Essentially, Netlify takes care of deploying my blog; I just need to push to my GitHub repository, and automatically, after a few seconds (or minutes), the site will be updated.