Add intro text to hosting and deployment

This commit is contained in:
Ryan Watters
2017-03-27 12:32:24 -05:00
parent f514681d1e
commit 8366049ad9
3 changed files with 8 additions and 5 deletions
+3 -1
View File
@@ -11,4 +11,6 @@ weight: 01
draft: false
aliases: []
toc: false
---
---
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.
+1 -1
View File
@@ -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
+4 -3
View File
@@ -14,11 +14,12 @@ toc: true
wip: true
---
<!-- NOTE! Check on https://github.com/spf13/hugo/issues/2826 for shifting of terms' pages to .Data.Pages -->
<!-- NOTE! Check on https://github.com/spf13/hugo/issues/2826 for shifting of terms' pages to .Data.Pages AND
https://discuss.gohugo.io/t/how-to-specify-category-slug/4856/15 for original discussion.-->
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)