
Publish Your Blog with GitHub and Netlify
Create-a-Free-Blog — Part 3 Welcome back! In Part 2, we built your blog locally using Hugo. Today, we’re going to publish it live on the internet — completely free, and with zero ads — using GitHub and Netlify. Let’s go live. What You’ll Need A GitHub account (free) A Netlify account (also free) Your Hugo site folder (from Part 2). In this tutorial this folder is named myblog An internet connection Create a GitHub Repository GitHub will store your blog’s source code – everything inside your site folder will be pushed to a GitHub repository so that it’s accessible by a hosting site, in this case, Netlify. Here’s how to create a repository (repo). ...