Skip to content
This repository has been archived by the owner on Jun 2, 2024. It is now read-only.

A post Hugo install collection of base HTML and SASS

License

Notifications You must be signed in to change notification settings

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.