From 879e90dca710dc2ebac8a6e93b3258ad0a82aa91 Mon Sep 17 00:00:00 2001 From: Kartik Singhal Date: Sat, 27 Sep 2014 13:05:42 +0530 Subject: Switch to new hompage --- examples/blog/README.md | 4 ++-- examples/blog/content/post/hello-hugo.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'examples') diff --git a/examples/blog/README.md b/examples/blog/README.md index 1cca20c2a..8b48c036e 100644 --- a/examples/blog/README.md +++ b/examples/blog/README.md @@ -26,7 +26,7 @@ Getting Started To get started, you should simply fork or clone this repository! That's definitely an important first step. -[Install Hugo](http://hugo.spf13.com/overview/installing) in a way that best suits your environment and comfort level. +[Install Hugo](http://gohugo.io/overview/installing) in a way that best suits your environment and comfort level. Edit `config.toml` and change the default properties to suit your own information. This is not required to run the example, but this is the global configuration file and you're going to need to use it eventually. Start here! @@ -38,5 +38,5 @@ If that wasn't amazing enough, from the same terminal, run `hugo server -w`. Thi and rebuild the site immediately, *and* it will make these changes available at http://localhost:1313/ so you can view your finished site in your browser. Go on, try it. This is one of the best ways to preview your site while working on it. -To further learn Hugo and learn more, read through the Hugo [documentation](http://hugo.spf13.com/overview/introduction) +To further learn Hugo and learn more, read through the Hugo [documentation](http://gohugo.io/overview/introduction) or browse around the files in this repository. Have fun! diff --git a/examples/blog/content/post/hello-hugo.md b/examples/blog/content/post/hello-hugo.md index 59f2e7b3e..f58886ee8 100644 --- a/examples/blog/content/post/hello-hugo.md +++ b/examples/blog/content/post/hello-hugo.md @@ -58,4 +58,4 @@ tags: This section, called 'Front Matter', is what tells Hugo about the content in this file: the `title` of the item, the `description`, and the `date` it was posted. In our example, we've added two custom bits of data too. The `categories` and `tags` sections are used in this example for indexing/grouping content. You will learn more about what that means by -examining the code in this example and through reading the Hugo [documentation](http://hugo.spf13.com/overview/introduction). +examining the code in this example and through reading the Hugo [documentation](http://gohugo.io/overview/introduction). -- cgit v1.2.3