Skip to content

A basic Hugo website, accompanied by a series of blog posts to help get you up and running with static site generation.

Notifications You must be signed in to change notification settings

craighalley/hugo-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A basic Hugo website, accompanied by a series of blog posts to help get you up and running with static site generation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published