mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
[Docs] Copyediting
* Add meta author, description and generator tags * Add Hugo version beside the logo and in the footer * Suggest the user to run `go get -u -v` to update dependencies * Requires Go 1.3+ rather than Go 1.1+ * Improve rendering/formatting in some places * Add trailing slash to URLs where appropriate * GitHub redirects all http requests to https, update accordingly
This commit is contained in:
19
README.md
19
README.md
@@ -1,6 +1,6 @@
|
||||
# Hugo
|
||||
A Fast and Flexible Static Site Generator built with love by [spf13](http://spf13.com)
|
||||
and [friends](http://github.com/spf13/hugo/graphs/contributors) in Go.
|
||||
A Fast and Flexible Static Site Generator built with love by [spf13](http://spf13.com/)
|
||||
and [friends](https://github.com/spf13/hugo/graphs/contributors) in Go.
|
||||
|
||||
[](https://travis-ci.org/spf13/hugo)
|
||||
[](https://app.wercker.com/project/bykey/1a0de7d703ce3b80527f00f675e1eb32)
|
||||
@@ -21,7 +21,7 @@ takes around 1 millisecond for each piece of content.
|
||||
It is written to work well with any
|
||||
kind of website including blogs, tumbles and docs.
|
||||
|
||||
**Complete documentation is available at [Hugo Documentation](http://gohugo.io).**
|
||||
**Complete documentation is available at [Hugo Documentation](http://gohugo.io/).**
|
||||
|
||||
# Getting Started
|
||||
|
||||
@@ -51,7 +51,7 @@ is the most probable location.
|
||||
#### Dependencies
|
||||
|
||||
* Git
|
||||
* Go 1.1+ (Go 1.4+ on Windows, see Go [Issue #8090](https://code.google.com/p/go/issues/detail?id=8090))
|
||||
* Go 1.3+ (Go 1.4+ on Windows, see Go [Issue #8090](https://code.google.com/p/go/issues/detail?id=8090))
|
||||
* Mercurial
|
||||
* Bazaar
|
||||
|
||||
@@ -69,10 +69,17 @@ it's helpful to symlink the project to one of the following paths:
|
||||
|
||||
#### Get directly from GitHub:
|
||||
|
||||
If you only want to build from source, it's even easier.
|
||||
If you only want to build from source, it's even easier:
|
||||
|
||||
go get -v github.com/spf13/hugo
|
||||
|
||||
Once completed, your may find your new `hugo` (or `hugo.exe`) executable
|
||||
sitting inside `$GOPATH/bin/`.
|
||||
|
||||
You may also run `go get` with the `-u` option to update Hugo’s dependencies:
|
||||
|
||||
go get -u -v github.com/spf13/hugo
|
||||
|
||||
#### Building Hugo
|
||||
|
||||
cd /path/to/hugo
|
||||
@@ -124,7 +131,7 @@ We welcome your contributions. To make the process as seamless as possible, we
|
||||
* Squash your commits into a single commit. `git rebase -i`. It's okay to force update your pull request.
|
||||
* Make sure `go test ./...` passes, and `go build` completes. Our Travis CI loop will catch most things that are missing. The exception: Windows. We run on Windows from time to time, but if you have access, please check on a Windows machine too.
|
||||
|
||||
**Complete documentation is available at [Hugo Documentation](http://gohugo.io).**
|
||||
**Complete documentation is available at [Hugo Documentation](http://gohugo.io/).**
|
||||
|
||||
[](https://github.com/igrigorik/ga-beacon)
|
||||
[](https://bitdeli.com/free "Bitdeli Badge")
|
||||
|
Reference in New Issue
Block a user