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

Using table of contents within the documentation.

This commit is contained in:
spf13
2014-01-28 23:29:05 -05:00
parent 1882ffabc6
commit 18b9948f1e
17 changed files with 59 additions and 9 deletions

View File

@@ -5,6 +5,7 @@ aliases: ["/doc/configuration/"]
groups: ['gettingStarted']
linktitle: "Configuration"
groups_weight: 40
notoc: true
---
The directory structure and templates provide the majority of the

View File

@@ -4,6 +4,7 @@ date: "2013-07-01"
aliases: ["/doc/source-directory/"]
groups: ['gettingStarted']
groups_weight: 50
notoc: true
---
Hugo takes a single directory and uses it as the input for creating a complete website.

View File

@@ -4,6 +4,7 @@ date: "2013-07-01"
aliases: ["/doc/usage/"]
groups: ['gettingStarted']
groups_weight: 30
notoc: true
---
Make sure either hugo is in your path or provide a path to it.