summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKartik Singhal <kartiksinghal@gmail.com>2014-09-27 13:05:42 +0530
committerspf13 <steve.francia@gmail.com>2014-10-02 13:39:59 -0400
commit879e90dca710dc2ebac8a6e93b3258ad0a82aa91 (patch)
treed67f0241588b5f2167578ea0db5ca46466517539 /docs
parente3d4d40d320b4f2bd88fd3059442c88c7d840abe (diff)
Switch to new hompage
Diffstat (limited to 'docs')
-rw-r--r--docs/content/extras/menus.md2
-rw-r--r--docs/content/meta/release-notes.md4
-rw-r--r--docs/content/overview/configuration.md2
-rw-r--r--docs/content/overview/usage.md2
-rw-r--r--docs/content/showcase/hugo.md2
-rw-r--r--docs/content/templates/rss.md2
6 files changed, 7 insertions, 7 deletions
diff --git a/docs/content/extras/menus.md b/docs/content/extras/menus.md
index 3647e3977..75341e187 100644
--- a/docs/content/extras/menus.md
+++ b/docs/content/extras/menus.md
@@ -87,7 +87,7 @@ available.
## Adding (non-content) entries to a menu
You can also add entries to menus that aren’t attached to a piece of
-content. This takes place in the site wide [config file](http://hugo.spf13.com/overview/configuration).
+content. This takes place in the site wide [config file](http://gohugo.io/overview/configuration).
Here’s an example (in TOML):
diff --git a/docs/content/meta/release-notes.md b/docs/content/meta/release-notes.md
index 7deff131a..e26d7d7dc 100644
--- a/docs/content/meta/release-notes.md
+++ b/docs/content/meta/release-notes.md
@@ -33,7 +33,7 @@ This release represents over 90 code commits from 28 different contributors.
* Pretty links now always have trailing slashes
* [BaseUrl](/overview/configuration/) can now include a subdirectory
* Better feedback about draft & future post rendering
- * A variety of improvements to [the website](http://hugo.spf13.com)
+ * A variety of improvements to [the website](http://gohugo.io)
## **0.11.0** May 28, 2014
@@ -47,7 +47,7 @@ This release represents over 110 code commits from 29 different contributors.
* [XML sitemap](/templates/sitemap) generation
* [Integrated Disqus](/extras/comments) support
* Streamlined [template organization](/templates/overview)
- * [Brand new docs site](http://hugo.spf13.com)
+ * [Brand new docs site](http://gohugo.io)
* Support for publishDate which allows for posts to be dated in the future
* More [sort](/content/ordering) options
* Logging support
diff --git a/docs/content/overview/configuration.md b/docs/content/overview/configuration.md
index 3b52c43ca..d82adb903 100644
--- a/docs/content/overview/configuration.md
+++ b/docs/content/overview/configuration.md
@@ -63,6 +63,6 @@ Here is a yaml configuration file which sets a few more options
## Notes
-Config changes do not reflect with [Live Reload](http://hugo.spf13.com/extras/livereload)
+Config changes do not reflect with [Live Reload](http://gohugo.io/extras/livereload)
Please restart `hugo server --watch` whenever you make a config change.
diff --git a/docs/content/overview/usage.md b/docs/content/overview/usage.md
index bdebad445..64c4f93fe 100644
--- a/docs/content/overview/usage.md
+++ b/docs/content/overview/usage.md
@@ -20,7 +20,7 @@ Make sure either hugo is in your path or provide a path to it.
A Fast and Flexible Static Site Generator
built with love by spf13 and friends in Go.
- Complete documentation is available at http://hugo.spf13.com
+ Complete documentation is available at http://gohugo.io
Usage:
hugo [flags]
diff --git a/docs/content/showcase/hugo.md b/docs/content/showcase/hugo.md
index 1a6dde9dd..40b71b4ed 100644
--- a/docs/content/showcase/hugo.md
+++ b/docs/content/showcase/hugo.md
@@ -3,7 +3,7 @@ date: 2013-07-01T07:32:00Z
description: This site
license: Simpl
licenseLink: ""
-sitelink: http://hugo.spf13.com
+sitelink: http://gohugo.io
sourceLink: http://github.com/spf13/hugo/docs
tags:
- documentation
diff --git a/docs/content/templates/rss.md b/docs/content/templates/rss.md
index 9494108b2..a31b1ad7a 100644
--- a/docs/content/templates/rss.md
+++ b/docs/content/templates/rss.md
@@ -75,7 +75,7 @@ ATOM 2.0 Spec.
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{ .Title }} on {{ .Site.Title }} </title>
- <generator uri="https://hugo.spf13.com">Hugo</generator>
+ <generator uri="https://gohugo.io">Hugo</generator>
<link>{{ .Permalink }}</link>
{{ with .Site.LanguageCode }}<language>{{.}}</language>{{end}}
{{ with .Site.Author.name }}<author>{{.}}</author>{{end}}