mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
Merge commit '9b0050e9aabe4be65c78ccf292a348f309d50ccd' as 'docs'
``` git subtree add --prefix=docs/ https://github.com/gohugoio/hugoDocs.git master --squash ``` Closes #11925
This commit is contained in:
20
docs/content/en/getting-started/_index.md
Normal file
20
docs/content/en/getting-started/_index.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: Getting started
|
||||
linkTitle: Overview
|
||||
description: Quick start and guides for installing Hugo on your preferred operating system.
|
||||
categories: []
|
||||
keywords: []
|
||||
menu:
|
||||
docs:
|
||||
identifier: getting-started-overview
|
||||
parent: getting-started
|
||||
weight: 10
|
||||
weight: 10
|
||||
aliases: [/overview/introduction/]
|
||||
---
|
||||
|
||||
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]: /installation/
|
||||
[quick start]: /getting-started/quick-start/
|
||||
[external learning resources]: /getting-started/external-learning-resources/
|
Reference in New Issue
Block a user