mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Merge commit '00c4484c7092181729f6f470805bc7d72e8ad17b'
This commit is contained in:
27
docs/content/en/installation/common/02-prerequisites.md
Normal file
27
docs/content/en/installation/common/02-prerequisites.md
Normal file
@@ -0,0 +1,27 @@
|
||||
## Prerequisites
|
||||
|
||||
Although not required in all cases, Git and Go are often used when working with Hugo.
|
||||
|
||||
Git is required to:
|
||||
|
||||
- Use the [Hugo Modules] feature
|
||||
- Build Hugo from source
|
||||
- Install a theme as a Git submodule
|
||||
- Access [commit information] from a local Git repository
|
||||
- Host your site with services such as [AWS Amplify], [CloudCannon], [Cloudflare Pages], [GitHub Pages], [GitLab Pages], and [Netlify].
|
||||
|
||||
Go is required to:
|
||||
|
||||
- Use the Hugo Modules feature
|
||||
- Build Hugo from source
|
||||
|
||||
Please refer to the [Git] and [Go] documentation for installation instructions.
|
||||
|
||||
[AWS Amplify]: https://aws.amazon.com/amplify/
|
||||
[CloudCannon]: https://cloudcannon.com/
|
||||
[Cloudflare Pages]: https://pages.cloudflare.com/
|
||||
[Git]: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
|
||||
[GitHub Pages]: https://pages.github.com/
|
||||
[GitLab Pages]: https://docs.gitlab.com/ee/user/project/pages/
|
||||
[Go]: https://go.dev/doc/install
|
||||
[Netlify]: https://www.netlify.com/
|
Reference in New Issue
Block a user