mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 19:54:40 -04:00
Update _index.md to show more intuitive link titles
This commit is contained in:
parent
7fd64f19c8
commit
b68758a9fe
@ -1,5 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: About Hugo
|
title: About Hugo
|
||||||
|
linktitle: Overview
|
||||||
description: Hugo's features, roadmap, license, and motivation.
|
description: Hugo's features, roadmap, license, and motivation.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Command Line Reference
|
title: Command Line Reference
|
||||||
linktitle: CLI
|
linktitle: CLI Overview
|
||||||
description: Comprehensive list of Hugo templating functions, including basic and advanced usage examples.
|
description: Comprehensive list of Hugo templating functions, including basic and advanced usage examples.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Content Management
|
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.
|
description: Hugo makes managing large static sites easy with support for archetypes, content types, menus, cross references, summaries, and more.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
@ -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.
|
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
|
### Definitions
|
||||||
|
|
||||||
In order to effectively work with taxonomies in Hugo, it's important to first understand the language used to described the concept.
|
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 list templates]: /templates/taxonomy-templates/#taxonomy-page-templates
|
||||||
[taxonomy templates]: /templates/taxonomy-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"
|
[terms within the taxonomy]: /templates/taxonomy-templates/#taxonomy-terms-templates "See how to order terms associated with a taxonomy"
|
||||||
[config]: /getting-started/configuration/
|
[config]: /getting-started/configuration/
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Contributing to the Hugo Project
|
title: Contributing to the Hugo Project
|
||||||
linktitle: Contributing
|
linktitle: Contributing to Hugo
|
||||||
description: Contribute to Hugo development and documentation.
|
description: Contribute to Hugo development and documentation.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
@ -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.
|
description: Comprehensive list of Hugo templating functions, including basic and advanced usage examples.
|
||||||
godocref:
|
godocref:
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: base64
|
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.
|
description: base64Encode and base64Decode let you easily decode content with a base64 encoding and vice versa through pipes.
|
||||||
godocref:
|
godocref:
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Getting Started
|
title: Getting Started
|
||||||
# linktitle: Overview Getting Started
|
linktitle: Getting Started Overview
|
||||||
description: Quick start and guides for installing Hugo on your preferred operating system.
|
description: Quick start and guides for installing Hugo on your preferred operating system.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Hosting & Deployment
|
title: Hosting & Deployment
|
||||||
linktitle: Hosting & Deployment
|
linktitle: Hosting & Deployment Overview
|
||||||
description: Site builds, automated deployments, and popular hosting solutions.
|
description: Site builds, automated deployments, and popular hosting solutions.
|
||||||
date: 2016-11-01
|
date: 2016-11-01
|
||||||
publishdate: 2016-11-01
|
publishdate: 2016-11-01
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Templates
|
title: Templates
|
||||||
linktitle: Overview of Templates
|
linktitle: Templates Overview
|
||||||
description: Golang templating, template types and lookup order, shortcodes, and data.
|
description: Golang templating, template types and lookup order, shortcodes, and data.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Themes
|
title: Themes
|
||||||
linktitle: Overview of Themes
|
linktitle: Themes Overview
|
||||||
description: Install, use, and create Hugo themes.
|
description: Install, use, and create Hugo themes.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Developer Tools
|
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.
|
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
|
date: 2016-12-05
|
||||||
publishdate: 2016-12-05
|
publishdate: 2016-12-05
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Variables and Params
|
title: Variables and Params
|
||||||
linktitle: Variables
|
linktitle: Variables Overview
|
||||||
description: Page-, file-, taxonomy-, and site-level variables and parameters available in templates.
|
description: Page-, file-, taxonomy-, and site-level variables and parameters available in templates.
|
||||||
date: 2017-02-01
|
date: 2017-02-01
|
||||||
publishdate: 2017-02-01
|
publishdate: 2017-02-01
|
||||||
|
Loading…
x
Reference in New Issue
Block a user