make-a-hugo-blog-from-scratch icon indicating copy to clipboard operation
make-a-hugo-blog-from-scratch copied to clipboard

Take a wild guess

Make a Hugo blog from scratch

Netlify Status

Tutorial: https://zwbetz.com/make-a-hugo-blog-from-scratch/

Demo: https://make-a-hugo-blog-from-scratch.netlify.com/

Forum thread: https://discourse.gohugo.io/t/make-a-hugo-blog-from-scratch/16375

Run it locally

  1. Install Hugo
  2. Open a command line and run:
    1. git clone https://github.com/zwbetz-gh/make-a-hugo-blog-from-scratch.git
    2. cd make-a-hugo-blog-from-scratch
    3. hugo server
  3. Navigate to http://localhost:1313/ in your browser