mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 14:04:39 -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/
|
[Google Analytics]: https://google-analytics.com/
|
||||||
[homepage]: /templates/homepage/
|
[homepage]: /templates/homepage/
|
||||||
[hostanywhere]: /hosting-and-deployment/
|
[hostanywhere]: /hosting-and-deployment/
|
||||||
[install]: /getting-started/installing/
|
[install]: /installation/
|
||||||
[LiveReload]: /getting-started/usage/
|
[LiveReload]: /getting-started/usage/
|
||||||
[organization for your projects]: /getting-started/directory-structure/
|
[organization for your projects]: /getting-started/directory-structure/
|
||||||
[pagevars]: /variables/page/
|
[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.
|
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/
|
[quick start]: /getting-started/quick-start/
|
||||||
[external learning resources]: /getting-started/external-learning-resources/
|
[external learning resources]: /getting-started/external-learning-resources/
|
||||||
|
@ -19,7 +19,7 @@ toc: true
|
|||||||
---
|
---
|
||||||
|
|
||||||
{{% note %}}
|
{{% 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.
|
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).
|
Install the **extended version of Hugo** (this is required for the current theme used).
|
||||||
|
|
||||||
{{% note %}}
|
{{% 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 %}}
|
{{% /note %}}
|
||||||
|
|
||||||
```bash
|
```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).
|
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/
|
[dirs]: /getting-started/directory-structure/
|
||||||
[front matter]: /content-management/front-matter/
|
[front matter]: /content-management/front-matter/
|
||||||
[hosting]: /hosting-and-deployment/
|
[hosting]: /hosting-and-deployment/
|
||||||
[install]: /getting-started/installing/
|
[install]: /installation/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user