Hugo Blog Tutorial: Deployment

Hugo Blog Tutorial: Deployment

In this final part of our Hugo mini-series, we'll take a look at how to build your Hugo site ready for deployment and see how to get your site live with GitHub pages. 00:00 Intro 00:20 Building a Hugo site 02:13 Pushing Hugo site to GitHub 03:41 Deploy your Hugo site to GitHub pages So building your Hugo site is really simple and creates all of the necessary static files like HTML, CSS and JavaScript ready to be deployed somewhere. We'll take a look at how to build the example site with custom Hugo theme that we've put together over the past few lessons and then we'll look at a simple way to deploy the site to GitHub pages. #hugo