mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Switch to new hompage
This commit is contained in:
@@ -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!
|
||||
|
@@ -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).
|
||||
|
Reference in New Issue
Block a user