mirror of
https://github.com/gohugoio/hugo.git
synced 2025-04-30 18:29:53 +00:00
parent
a1900826b9
commit
2d1bd876cd
2 changed files with 3 additions and 10 deletions
11
README.md
11
README.md
|
@ -67,18 +67,11 @@ To update Hugo’s dependencies, use `go get` with the `-u` option.
|
||||||
|
|
||||||
## The Hugo Documentation
|
## The Hugo Documentation
|
||||||
|
|
||||||
The Hugo documentation now lives in its own repository, see https://github.com/gohugoio/hugoDocs. But we do keep a version of that documentation as a `git subtree` in this repository. To build the sub folder `/docs` as a Hugo site, you need to clone this repo with submodules:
|
The Hugo documentation now lives in its own repository, see https://github.com/gohugoio/hugoDocs. But we do keep a version of that documentation as a `git subtree` in this repository. To build the sub folder `/docs` as a Hugo site, you need to clone this repo:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone --recursive git@github.com:gohugoio/hugo.git
|
git clone git@github.com:gohugoio/hugo.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Or after you have cloned it you can do:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
git submodule update --init
|
|
||||||
```
|
|
||||||
|
|
||||||
## Contributing to Hugo
|
## Contributing to Hugo
|
||||||
|
|
||||||
For a complete guide to contributing to Hugo, see the [Contribution Guide](CONTRIBUTING.md).
|
For a complete guide to contributing to Hugo, see the [Contribution Guide](CONTRIBUTING.md).
|
||||||
|
|
|
@ -52,7 +52,7 @@ twitter = "GoHugoIO"
|
||||||
[params]
|
[params]
|
||||||
description = "The world’s fastest framework for building websites"
|
description = "The world’s fastest framework for building websites"
|
||||||
## Used for views in rendered HTML (i.e., rather than using the .Hugo variable)
|
## Used for views in rendered HTML (i.e., rather than using the .Hugo variable)
|
||||||
release = "0.26"
|
release = "0.27-DEV"
|
||||||
## Setting this to true will add a "noindex" to *EVERY* page on the site
|
## Setting this to true will add a "noindex" to *EVERY* page on the site
|
||||||
removefromexternalsearch = false
|
removefromexternalsearch = false
|
||||||
## Gh repo for site footer (include trailing slash)
|
## Gh repo for site footer (include trailing slash)
|
||||||
|
|
Loading…
Add table
Reference in a new issue