Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmooring/hugo-testing
Hugo test sites related to Forum topics or GitHub issues
https://github.com/jmooring/hugo-testing
Last synced: about 1 month ago
JSON representation
Hugo test sites related to Forum topics or GitHub issues
- Host: GitHub
- URL: https://github.com/jmooring/hugo-testing
- Owner: jmooring
- License: apache-2.0
- Created: 2020-06-26T11:55:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-13T05:20:39.000Z (about 2 months ago)
- Last Synced: 2024-12-14T00:10:54.023Z (about 1 month ago)
- Homepage:
- Size: 341 MB
- Stars: 27
- Watchers: 4
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hugo Testing
## Overview
Each branch in this repository (excluding `master` and `scaffold`) is a unique [Hugo](https://gohugo.io/) test site, related to either a [forum](https://discourse.gohugo.io/) topic or a [GitHub](https://github.com/gohugoio/hugo/issues/) 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](https://github.com/jmooring/hugo-testing/branches/all/).
## Usage
To download and test a specific branch:
```bash
git clone --single-branch -b https://github.com/jmooring/hugo-testing
cd
hugo server
```For example:
```bash
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:
```bash
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
```