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:
@@ -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
|
||||
|
@@ -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.
|
||||
|
@@ -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?
|
||||
|
@@ -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
|
||||
|
@@ -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.
|
||||
|
@@ -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.
|
||||
|
Reference in New Issue
Block a user