Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 757 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 757 Bytes

hugo-starter

This repository contains a "getting started" Hugo website and is associated with the following blog posts, which walk through the code file by file, and provide an introduction to Hugo that's hard to get from the official documentation.

Running the Website Locally

After cloning the repo:

  1. Install Hugo, if you haven't already.
$ brew install hugo
  1. Run Hugo in dev mode (live reload is enabled, so changes appear automatically).
$ cd hugo-starter
$ hugo serve
  1. Point your browser to localhost:1313.

That's it. You should see the website described in the blog posts.