From 8366049ad91a5c4c352236587ce53d474af583b1 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Mon, 27 Mar 2017 12:32:24 -0500 Subject: [PATCH] Add intro text to hosting and deployment --- content/hosting-and-deployment/_index.md | 4 +++- content/templates/single-page-templates.md | 2 +- content/templates/taxonomy-templates.md | 7 ++++--- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/content/hosting-and-deployment/_index.md b/content/hosting-and-deployment/_index.md index 8399ab467..90875aafa 100644 --- a/content/hosting-and-deployment/_index.md +++ b/content/hosting-and-deployment/_index.md @@ -11,4 +11,6 @@ weight: 01 draft: false aliases: [] toc: false ---- \ No newline at end of file +--- + +Because Hugo renders *static* websites, you can host your new Hugo website virtually anywhere. The following represent only a few of the more popular hosting solutions used by the Hugo community. \ No newline at end of file diff --git a/content/templates/single-page-templates.md b/content/templates/single-page-templates.md index 0716247d7..270dca028 100644 --- a/content/templates/single-page-templates.md +++ b/content/templates/single-page-templates.md @@ -13,7 +13,7 @@ aliases: [/layout/content/] toc: true --- -The primary view of content in Hugo is the single view. Hugo will render every Markdown file provided with a corresponding single template. +The primary view of content in Hugo is the single view. Hugo's default behavior is to render every Markdown file provided with a corresponding single template. ## Single Page Template Lookup Order diff --git a/content/templates/taxonomy-templates.md b/content/templates/taxonomy-templates.md index 34876848a..28232b3ea 100644 --- a/content/templates/taxonomy-templates.md +++ b/content/templates/taxonomy-templates.md @@ -14,11 +14,12 @@ toc: true wip: true --- - + -Hugo includes support for user-defined groupings of content called **taxonomies**. Taxonomies are classifications that demonstrate logical relationships between content. See [Taxonomies](/content-management/taxonomies) if you are unfamiliar with how Hugo leverages this powerful feature for content management. +Hugo includes support for user-defined groupings of content called **taxonomies**. Taxonomies are classifications that demonstrate logical relationships between content. See [Taxonomies under Content Management](/content-management/taxonomies) if you are unfamiliar with how Hugo leverages this powerful feature. -Hugo provides multiple ways to use taxonomies throughout your project: +Hugo provides multiple ways to use taxonomies throughout your project templates: * Order the way the terms for a taxonomy are displayed in a [taxonomy terms template](#taxonomy-terms-template) * Order the way content associated with a taxonomy term is displayed in a [taxonomy list template](#taxonomy-list-template)