1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Implementing new menu system in the docs site

This commit is contained in:
spf13
2014-04-23 03:00:11 -04:00
parent 9ecf58e29b
commit 11fe227b9e
45 changed files with 214 additions and 155 deletions

View File

@@ -2,10 +2,12 @@
title: "Configuring Hugo"
date: "2013-07-01"
aliases: ["/doc/configuration/"]
groups: ['gettingStarted']
linktitle: "Configuration"
groups_weight: 40
weight: 40
notoc: true
menu:
main:
parent: 'getting started'
---
The directory structure and templates provide the majority of the

View File

@@ -2,8 +2,10 @@
title: "Installing Hugo"
date: "2013-07-01"
aliases: ["/doc/installing/"]
groups: ['gettingStarted']
groups_weight: 20
weight: 20
menu:
main:
parent: 'getting started'
---
Hugo is written in Go with support for Windows, Linux, FreeBSD and OSX.

View File

@@ -1,9 +1,11 @@
---
title: "Introduction to Hugo"
date: "2013-07-01"
groups: ['gettingStarted']
linktitle: "Introduction"
groups_weight: 5
weight: 5
menu:
main:
parent: 'getting started'
---
## What is Hugo?

View File

@@ -1,9 +1,11 @@
---
title: "Hugo Quickstart Guide"
date: "2013-07-01"
groups: ['gettingStarted']
linktitle: "Quickstart"
groups_weight: 10
weight: 10
menu:
main:
parent: 'getting started'
---
## Step 1. Install Hugo

View File

@@ -2,9 +2,11 @@
title: "Source Directory Organization"
date: "2013-07-01"
aliases: ["/doc/source-directory/"]
groups: ['gettingStarted']
groups_weight: 50
weight: 50
notoc: true
menu:
main:
parent: 'getting started'
---
Hugo takes a single directory and uses it as the input for creating a complete website.

View File

@@ -2,9 +2,11 @@
title: "Using Hugo"
date: "2013-07-01"
aliases: ["/doc/usage/"]
groups: ['gettingStarted']
groups_weight: 30
weight: 30
notoc: true
menu:
main:
parent: 'getting started'
---
Make sure either hugo is in your path or provide a path to it.