https://github.com/thenewdynamic/tnd-content-unit-tests
https://github.com/thenewdynamic/tnd-content-unit-tests
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thenewdynamic/tnd-content-unit-tests
- Owner: theNewDynamic
- License: mit
- Created: 2020-06-30T20:36:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T13:30:51.000Z (over 5 years ago)
- Last Synced: 2025-01-13T08:28:27.387Z (over 1 year ago)
- Size: 2.37 MB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# unit-tests
A repository of testing content
## Requirements
Requirements:
- Go 1.14
- Hugo 0.61.0
## Installation
If not already, [init](https://gohugo.io/hugo-modules/use-modules/#initialize-a-new-module) your project as Hugo Module:
```
$: hugo mod init github.com/theNewDynamic/tnd-content-unit-tests
```
Configure your project's module to import this module:
```yaml
# config.yaml
module:
imports:
- path: github.com/theNewDynamic/hugo-module-tnd-content-unit-tests
```
## Usage
The test content will be imported into the `content/tnd-content-unit-tests` folder. The test images will be imported into the `static/tnd-content-unit-tests/images` folder.
## theNewDynamic
This project is maintained and love by [thenewDynamic](https://www.thenewdynamic.com).