Adding Netlify CMS to Existing Hugo Site

In this tutorial, I will walk you through adding the Netlify CMS to your existing Hugo site. The Netlify CMS is an open source content management system that will allow authorized editors to add or edit content on your site using an easy to use user interface. In this tutorial, we will be adding the Netlify CMS to a Hugo site, but you can add it to any site that you would like as long as it was built by a static site generator....

July 22, 2022 · 5 min

Creating a blog with Hugo & Netlify

In this tutorial we will be building a blog using Hugo and deploying it to Netlify. Install Hugo Head over to the Hugo installation docs to install Hugo. If you are using a Mac, the best way to install it is by using Homebrew. brew install hugo If you are using a Windows machine, the best way to install it is by using Chocolatey. choco install hugo -confirm Verify that you have installed Hugo before moving on....

July 11, 2022 · 5 min