Update docs versiona and README
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 10 Aug 2017 15:19:36 +0000 (17:19 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Thu, 10 Aug 2017 15:22:32 +0000 (17:22 +0200)
Closes #3791

README.md
docs/config.toml

index 30bfa8b1068616f10ecb3c85c77c9c572c3ca711..26e71aa7247903eb2a400fba28ea4f2040f3ec1c 100644 (file)
--- a/README.md
+++ b/README.md
@@ -67,18 +67,11 @@ To update Hugo’s dependencies, use `go get` with the `-u` option.
        
 ## 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
-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
 
 For a complete guide to contributing to Hugo, see the [Contribution Guide](CONTRIBUTING.md).
index 4ed86586ac80859c5945533099b5c20851a1268e..63dff16eac519287e4b215fa7c36010d209a2a49 100644 (file)
@@ -52,7 +52,7 @@ twitter = "GoHugoIO"
 [params]
   description = "The world’s fastest framework for building websites"
   ## 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
   removefromexternalsearch = false
   ## Gh repo for site footer (include trailing slash)