mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
Add intro text to hosting and deployment
This commit is contained in:
@@ -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.
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user