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.
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