Docs copyediting: Add more external URLs; add backticks, etc.

This commit is contained in:
Anthony Fok 2014-12-27 00:50:08 -07:00
parent 5792cc3a1a
commit ddf4190114
3 changed files with 8 additions and 8 deletions

View file

@ -47,11 +47,11 @@ When you're ready to create a pull request, be sure to:
go get go get
Because Go expects all of your libraries to be found in either Because Go expects all of your libraries to be found in either
$GOROOT or $GOPATH, it's helpful to symlink the project to one `$GOROOT` or `$GOPATH`, it's helpful to symlink the project to one
of the following paths: of the following paths:
* ln -s /path/to/your/hugo $GOPATH/src/github.com/spf13/hugo * `ln -s /path/to/your/hugo $GOPATH/src/github.com/spf13/hugo`
* ln -s /path/to/your/hugo $GOROOT/src/pkg/github.com/spf13/hugo * `ln -s /path/to/your/hugo $GOROOT/src/pkg/github.com/spf13/hugo`
## Running Hugo ## Running Hugo

View file

@ -14,7 +14,7 @@ As Hugo is a static site generator, the content produced is static and
doesnt interact with the users. The most common interaction people ask doesnt interact with the users. The most common interaction people ask
for is comment capability. for is comment capability.
Hugo ships with support for [Disqus](http://disqus.com), a third-party Hugo ships with support for [Disqus](https://disqus.com), a third-party
service that provides comment and community capabilities to website via service that provides comment and community capabilities to website via
JavaScript. JavaScript.
@ -78,7 +78,7 @@ Now, reference the partial template from your page template:
# Alternatives # Alternatives
A few alternatives exist to [Disqus](http://disqus.com): A few alternatives exist to [Disqus](https://disqus.com):
* [IntenseDebate](http://intensedebate.com/) * [IntenseDebate](http://intensedebate.com/)
* [Livefyre](http://livefyre.com/) * [Livefyre](http://livefyre.com/)

View file

@ -72,10 +72,10 @@ Hugo boasts the following features:
### Additional Features ### Additional Features
* Integrated Disqus comment support * Integrated [Disqus](https://disqus.com/) comment support
* Automatic [RSS](/layout/rss) creation * Automatic [RSS](/layout/rss) creation
* Support for Go and [Amber](https://github.com/eknkc/amber) templates * Support for [Go](http://golang.org/pkg/html/template/) and [Amber](https://github.com/eknkc/amber) HTML templates
* Syntax [highlighting](/extras/highlighting) powered by pygments * Syntax [highlighting](/extras/highlighting) powered by [Pygments](http://pygments.org/)
See what's coming next in the [roadmap](/meta/roadmap). See what's coming next in the [roadmap](/meta/roadmap).