mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 02:20:04 -04:00
Update links to installation page (#1876)
This commit is contained in:
parent
9e357f078a
commit
16a8c35487
@ -67,7 +67,7 @@ toc: true
|
||||
[Google Analytics]: https://google-analytics.com/
|
||||
[homepage]: /templates/homepage/
|
||||
[hostanywhere]: /hosting-and-deployment/
|
||||
[install]: /getting-started/installing/
|
||||
[install]: /installation/
|
||||
[LiveReload]: /getting-started/usage/
|
||||
[organization for your projects]: /getting-started/directory-structure/
|
||||
[pagevars]: /variables/page/
|
||||
|
@ -17,6 +17,6 @@ toc: false
|
||||
|
||||
If this is your first time using Hugo and you've [already installed Hugo on your machine][installed], we recommend the [quick start][]. You can also use [external learning resources][] to learn Hugo.
|
||||
|
||||
[installed]: /getting-started/installing/
|
||||
[installed]: /installation/
|
||||
[quick start]: /getting-started/quick-start/
|
||||
[external learning resources]: /getting-started/external-learning-resources/
|
||||
|
@ -19,7 +19,7 @@ toc: true
|
||||
---
|
||||
|
||||
{{% note %}}
|
||||
This quick start uses `macOS` in the examples. For instructions about how to install Hugo on other operating systems, see [install](/getting-started/installing).
|
||||
This quick start uses `macOS` in the examples. For instructions about how to install Hugo on other operating systems, see [install](/installation/).
|
||||
|
||||
It is required to have [Git installed](https://git-scm.com/downloads) to run this tutorial.
|
||||
|
||||
@ -31,7 +31,7 @@ For other approaches to learning Hugo (like books or video tutorials), refer to
|
||||
Install the **extended version of Hugo** (this is required for the current theme used).
|
||||
|
||||
{{% note %}}
|
||||
`Homebrew` and `MacPorts`, package managers for `macOS`, can be installed from [brew.sh](https://brew.sh/) or [macports.org](https://www.macports.org/) respectively. See [install](/getting-started/installing) if you are running Windows etc.
|
||||
`Homebrew` and `MacPorts`, package managers for `macOS`, can be installed from [brew.sh](https://brew.sh/) or [macports.org](https://www.macports.org/) respectively. See [install](/installation/) if you are running Windows etc.
|
||||
{{% /note %}}
|
||||
|
||||
```bash
|
||||
@ -174,4 +174,3 @@ hugo -D
|
||||
```
|
||||
|
||||
Output will be in `./public/` directory by default (`-d`/`--destination` flag to change it, or set `publishdir` in the config file).
|
||||
|
||||
|
@ -215,4 +215,4 @@ Running `hugo` *does not* remove generated files before building. This means tha
|
||||
[dirs]: /getting-started/directory-structure/
|
||||
[front matter]: /content-management/front-matter/
|
||||
[hosting]: /hosting-and-deployment/
|
||||
[install]: /getting-started/installing/
|
||||
[install]: /installation/
|
||||
|
Loading…
x
Reference in New Issue
Block a user