Skip to content

schalkneethling/hugo-skeleton

Repository files navigation

hugo-skeleton

A post-Hugo install collection of base HTML, SASS, and static assets

hugo-skeleton.mp4

Prerequisites

On macOS you can do this with Homebrew:

brew install hugo

Using hugo-skeleton

Create a new site with Hugo:

hugo new site my-site

Change directory into your new site:

cd my-site

Run hugo-skeleton:

npx @project-calavera/hugo-skeleton --output=.

The above will write the hugo-skeleton files into the current directory. Run hugo server and you are on your way.