diff --git a/content/about/_index.md b/content/about/_index.md index 843882be4..e8bd96b3a 100644 --- a/content/about/_index.md +++ b/content/about/_index.md @@ -1,5 +1,6 @@ --- title: About Hugo +linktitle: Overview description: Hugo's features, roadmap, license, and motivation. date: 2017-02-01 publishdate: 2017-02-01 diff --git a/content/commands/_index.md b/content/commands/_index.md index c454ef2c4..1f21d9d0c 100644 --- a/content/commands/_index.md +++ b/content/commands/_index.md @@ -1,6 +1,6 @@ --- title: Command Line Reference -linktitle: CLI +linktitle: CLI Overview description: Comprehensive list of Hugo templating functions, including basic and advanced usage examples. date: 2017-02-01 publishdate: 2017-02-01 diff --git a/content/content-management/_index.md b/content/content-management/_index.md index 812bd0405..c99e5160a 100644 --- a/content/content-management/_index.md +++ b/content/content-management/_index.md @@ -1,6 +1,6 @@ --- title: Content Management -linktitle: Content Mgmt. +linktitle: Content Management Overview description: Hugo makes managing large static sites easy with support for archetypes, content types, menus, cross references, summaries, and more. date: 2017-02-01 publishdate: 2017-02-01 diff --git a/content/content-management/taxonomies.md b/content/content-management/taxonomies.md index 7e8a607a7..ab9fa92b2 100644 --- a/content/content-management/taxonomies.md +++ b/content/content-management/taxonomies.md @@ -21,10 +21,6 @@ toc: true Hugo includes support for user-defined groupings of content called **taxonomies**. Taxonomies are classifications that demonstrate logical relationships between content. -{{% note %}} -Taxonomies were previously known as *indexes* in Hugo before v0.11. -{{% /note %}} - ### Definitions In order to effectively work with taxonomies in Hugo, it's important to first understand the language used to described the concept. @@ -241,4 +237,4 @@ Currently taxonomies only support the [default `weight => date` ordering of list [taxonomy list templates]: /templates/taxonomy-templates/#taxonomy-page-templates [taxonomy templates]: /templates/taxonomy-templates/ [terms within the taxonomy]: /templates/taxonomy-templates/#taxonomy-terms-templates "See how to order terms associated with a taxonomy" -[config]: /getting-started/configuration/ \ No newline at end of file +[config]: /getting-started/configuration/ diff --git a/content/contribute/_index.md b/content/contribute/_index.md index b78c7df57..9c24df9c4 100644 --- a/content/contribute/_index.md +++ b/content/contribute/_index.md @@ -1,6 +1,6 @@ --- title: Contributing to the Hugo Project -linktitle: Contributing +linktitle: Contributing to Hugo description: Contribute to Hugo development and documentation. date: 2017-02-01 publishdate: 2017-02-01 diff --git a/content/functions/_index.md b/content/functions/_index.md index f2ae0edee..5ac72b8cf 100644 --- a/content/functions/_index.md +++ b/content/functions/_index.md @@ -1,5 +1,6 @@ --- -title: Functions +title: Functions Quick Reference +linktitle: Functions Quick Reference description: Comprehensive list of Hugo templating functions, including basic and advanced usage examples. godocref: date: 2017-02-01 diff --git a/content/functions/base64.md b/content/functions/base64.md index 9362fff61..5cde15626 100644 --- a/content/functions/base64.md +++ b/content/functions/base64.md @@ -1,6 +1,6 @@ --- title: base64 -linktitle: base64Encode and base64Decode +linktitle: base64 description: base64Encode and base64Decode let you easily decode content with a base64 encoding and vice versa through pipes. godocref: date: 2017-02-01 diff --git a/content/getting-started/_index.md b/content/getting-started/_index.md index edb622498..2426b4bad 100644 --- a/content/getting-started/_index.md +++ b/content/getting-started/_index.md @@ -1,6 +1,6 @@ --- title: Getting Started -# linktitle: Overview Getting Started +linktitle: Getting Started Overview description: Quick start and guides for installing Hugo on your preferred operating system. date: 2017-02-01 publishdate: 2017-02-01 diff --git a/content/hosting-and-deployment/_index.md b/content/hosting-and-deployment/_index.md index b17e6f908..52488d3d9 100644 --- a/content/hosting-and-deployment/_index.md +++ b/content/hosting-and-deployment/_index.md @@ -1,6 +1,6 @@ --- title: Hosting & Deployment -linktitle: Hosting & Deployment +linktitle: Hosting & Deployment Overview description: Site builds, automated deployments, and popular hosting solutions. date: 2016-11-01 publishdate: 2016-11-01 diff --git a/content/templates/_index.md b/content/templates/_index.md index c2cb859e4..c611e2c49 100644 --- a/content/templates/_index.md +++ b/content/templates/_index.md @@ -1,6 +1,6 @@ --- title: Templates -linktitle: Overview of Templates +linktitle: Templates Overview description: Golang templating, template types and lookup order, shortcodes, and data. date: 2017-02-01 publishdate: 2017-02-01 diff --git a/content/themes/_index.md b/content/themes/_index.md index 661a9c08b..806597394 100644 --- a/content/themes/_index.md +++ b/content/themes/_index.md @@ -1,6 +1,6 @@ --- title: Themes -linktitle: Overview of Themes +linktitle: Themes Overview description: Install, use, and create Hugo themes. date: 2017-02-01 publishdate: 2017-02-01 diff --git a/content/tools/_index.md b/content/tools/_index.md index e2cbcff1a..dbcbfa13a 100644 --- a/content/tools/_index.md +++ b/content/tools/_index.md @@ -1,6 +1,6 @@ --- title: Developer Tools -linktitle: Overview of Developer Tools +linktitle: Developer Tools Overview description: In addition to Hugo's powerful CLI, there is a large number of community-developed tool chains for Hugo developers. date: 2016-12-05 publishdate: 2016-12-05 diff --git a/content/variables/_index.md b/content/variables/_index.md index f34135f79..747bf9ea8 100644 --- a/content/variables/_index.md +++ b/content/variables/_index.md @@ -1,6 +1,6 @@ --- title: Variables and Params -linktitle: Variables +linktitle: Variables Overview description: Page-, file-, taxonomy-, and site-level variables and parameters available in templates. date: 2017-02-01 publishdate: 2017-02-01