mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-25 22:00:58 +02:00
Docs menu now powered by indexes.. converting some of the content to use this.
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
title: "Configuring Hugo"
|
||||
date: "2013-07-01"
|
||||
aliases: ["/doc/configuration/"]
|
||||
groups: ['gettingStarted']
|
||||
linktitle: "Configuration"
|
||||
groups_weight: 20
|
||||
---
|
||||
|
||||
The directory structure and templates provide the majority of the
|
||||
|
@@ -2,6 +2,8 @@
|
||||
title: "Installing Hugo"
|
||||
date: "2013-07-01"
|
||||
aliases: ["/doc/installing/"]
|
||||
groups: ['gettingStarted']
|
||||
groups_weight: 40
|
||||
---
|
||||
|
||||
Hugo is written in GoLang with support for Windows, Linux, FreeBSD and OSX.
|
||||
|
@@ -1,6 +1,9 @@
|
||||
---
|
||||
title: "Hugo Quickstart Guide"
|
||||
date: "2013-07-01"
|
||||
groups: ['gettingStarted']
|
||||
linktitle: "Quickstart"
|
||||
groups_weight: 50
|
||||
---
|
||||
|
||||
## Step 1. Install Hugo
|
||||
|
@@ -2,6 +2,8 @@
|
||||
title: "Source Directory Organization"
|
||||
date: "2013-07-01"
|
||||
aliases: ["/doc/source-directory/"]
|
||||
groups: ['gettingStarted']
|
||||
groups_weight: 10
|
||||
---
|
||||
|
||||
Hugo takes a single directory and uses it as the input for creating a complete website.
|
||||
|
@@ -2,6 +2,8 @@
|
||||
title: "Using Hugo"
|
||||
date: "2013-07-01"
|
||||
aliases: ["/doc/usage/"]
|
||||
groups: ['gettingStarted']
|
||||
groups_weight: 30
|
||||
---
|
||||
|
||||
Make sure either hugo is in your path or provide a path to it.
|
||||
|
Reference in New Issue
Block a user