1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Merge commit 'e81208265bb3cdb7606d051a23d83aeebcb7d34d'

This commit is contained in:
Bjørn Erik Pedersen
2017-08-06 17:24:51 +02:00
21 changed files with 258 additions and 184 deletions

View File

@@ -139,6 +139,12 @@ So, let's clone that master repository:
go get -v -u github.com/gohugoio/hugo
```
Hugo relies on [Testify](https://github.com/stretchr/testify) for testing Go code. If you don't already have it, get the Testify testing tools:
```
go get github.com/stretchr/testify
```
### Fork the repository
If you're not fimiliar with this term, GitHub's [help pages](https://help.github.com/articles/fork-a-repo/) provide again a simple explanation:

View File

@@ -64,7 +64,7 @@ name = ""
license = "MIT"
licenselink = "https://github.com/<YOURNAME>/<YOURTHEME>/blob/master/LICENSE.md"
description = ""
homepage = "http://example.com/"
homepage = "https://example.com/"
tags = []
features = []
min_version = 0.19