diff --git a/docs/content/content/archetypes.md b/docs/content/content/archetypes.md index 898c0f6ba..8461fc798 100644 --- a/docs/content/content/archetypes.md +++ b/docs/content/content/archetypes.md @@ -7,6 +7,7 @@ next: /content/ordering prev: /content/types title: Archetypes weight: 50 +toc: true --- Hugo v0.11 introduced the concept of a content builder. Using the diff --git a/docs/content/content/front-matter.md b/docs/content/content/front-matter.md index a733215a4..31bf52b5a 100644 --- a/docs/content/content/front-matter.md +++ b/docs/content/content/front-matter.md @@ -9,6 +9,7 @@ next: /content/sections prev: /content/organization title: Front Matter weight: 20 +toc: true --- The **front matter** is one of the features that gives Hugo its strength. It enables @@ -25,7 +26,7 @@ Supported formats: [YAML]: http://www.yaml.org/ "YAML Ain't Markup Language" [JSON]: http://www.json.org/ "JavaScript Object Notation" -### TOML Example +## TOML Example +++ title = "spf13-vim 3.0 release and new website" @@ -41,7 +42,7 @@ Supported formats: Content of the file goes Here -### YAML Example +## YAML Example --- title: "spf13-vim 3.0 release and new website" @@ -56,7 +57,7 @@ Supported formats: Content of the file goes Here -### JSON Example +## JSON Example { "title": "spf13-vim 3.0 release and new website", diff --git a/docs/content/content/organization.md b/docs/content/content/organization.md index 7b887ef78..9a218c0f8 100644 --- a/docs/content/content/organization.md +++ b/docs/content/content/organization.md @@ -10,6 +10,7 @@ next: /content/front-matter prev: /overview/source-directory title: Content Organization weight: 10 +toc: true --- Hugo uses Markdown files with headers commonly called the *front matter*. Hugo diff --git a/docs/content/content/types.md b/docs/content/content/types.md index 246ab7368..90b4e0cf3 100644 --- a/docs/content/content/types.md +++ b/docs/content/content/types.md @@ -8,6 +8,7 @@ next: /content/archetypes prev: /content/sections title: Content Types weight: 40 +toc: true --- Hugo has full support for different types of content. A content type can have a diff --git a/docs/content/taxonomies/displaying.md b/docs/content/taxonomies/displaying.md index 1d8e8c0d0..78a221e0d 100644 --- a/docs/content/taxonomies/displaying.md +++ b/docs/content/taxonomies/displaying.md @@ -10,6 +10,7 @@ next: /taxonomies/templates prev: /taxonomies/usage title: Displaying Taxonomies weight: 20 +toc: true --- There are four common ways you can display the data in your diff --git a/docs/content/taxonomies/ordering.md b/docs/content/taxonomies/ordering.md index 7dfaf405b..f5d013a47 100644 --- a/docs/content/taxonomies/ordering.md +++ b/docs/content/taxonomies/ordering.md @@ -11,6 +11,7 @@ next: /taxonomies/methods prev: /taxonomies/templates title: Ordering Taxonomies weight: 60 +toc: true --- Hugo provides the ability to both: @@ -22,7 +23,7 @@ Hugo provides the ability to both: ## Ordering Taxonomies Taxonomies can be ordered by either alphabetical key or by the number of content pieces assigned to that key. -### Order Alphabetically Example: +### Order Alphabetically Example -### Order by Popularity Example: +### Order by Popularity Example