mirror of
https://github.com/tiennm99/hugoDocs.git
synced 2026-09-19 14:21:57 +00:00
23 lines
611 B
Markdown
23 lines
611 B
Markdown
---
|
|
title: Getting Started
|
|
linktitle: Overview
|
|
description: Quick start and guides for installing Hugo on your preferred operating system.
|
|
date: 2017-02-01
|
|
publishdate: 2017-02-01
|
|
lastmod: 2017-02-01
|
|
categories: [getting started]
|
|
tags: [usage,docs]
|
|
menu:
|
|
main:
|
|
parent: "Getting Started"
|
|
weight: 01
|
|
weight: 01 #rem
|
|
draft: false
|
|
aliases: [/overview/introduction/]
|
|
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][].
|
|
|
|
[installed]: /getting-started/installing/
|
|
[quick start]: /getting-started/quick-start/ |