mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 20:22:38 +00:00
6896947058
* add generic menu declaration * update about section * commands * update content management section * update contribute section * functions * update getting started section * update hosting and deployment section * fix mailing list entry (no menu) * update news section * update Templates section * update tools section * update themes section * troubleshooting * update variables section Fixes rdwatters/hugo-docs-concept#45 See PR rdwatters/hugo-docs-concept#62
23 lines
681 B
Markdown
23 lines
681 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
|
|
---
|
|
|
|
The Hugo docs were completely reworked for the release of Hugo v0.20. 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/ |