Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 1.05 KB

README.md

File metadata and controls

36 lines (25 loc) · 1.05 KB

Hugo Testing

Overview

Each branch in this repository (excluding master and scaffold) is a unique Hugo test site, related to either a forum topic or a GitHub issue.

  • The master branch is essentially empty, except for this README file.
  • The scaffold branch is a template for each new branch.

A list of all branches in this repository is available here.

Usage

To download and test a specific branch:

git clone --single-branch -b <branch-name> https://github.com/jmooring/hugo-testing <branch-name>
cd <branch-name>
hugo server

For example:

git clone --single-branch -b hugo-forum-topic-99999 https://github.com/jmooring/hugo-testing hugo-forum-topic-99999
cd hugo-forum-topic-99999
hugo server

Or:

git clone --single-branch -b hugo-github-issue-99999 https://github.com/jmooring/hugo-testing hugo-github-issue-99999
cd hugo-github-issue-99999
hugo server