make-a-hugo-blog-from-scratch
make-a-hugo-blog-from-scratch copied to clipboard
Take a wild guess
Make a Hugo blog from scratch
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
- 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