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
masterbranch is essentially empty, except for this README file. - The
scaffoldbranch 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 serverFor 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 serverOr:
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