Tutorial: https://zwbetz.com/make-a-hugo-blog-from-scratch/
Demo: https://make-a-hugo-blog-from-scratch.netlify.app/
Forum thread: https://discourse.gohugo.io/t/make-a-hugo-blog-from-scratch/16375
- Install Hugo
- Open a command line and run:
git clone https://github.com/zwbetz-gh/make-a-hugo-blog-from-scratch.git
cd make-a-hugo-blog-from-scratch
hugo server
- Navigate to
http://localhost:1313/
in your browser