diff --git a/content/en/about/_index.md b/content/en/about/_index.md index fb526c509..f15c38dcc 100644 --- a/content/en/about/_index.md +++ b/content/en/about/_index.md @@ -1,7 +1,7 @@ --- title: About Hugo linktitle: About -description: Learn about Hugo and its features, security model, and privacy protections. +description: Learn about Hugo and its features, privacy protections, and security model. categories: [] keywords: [] menu: diff --git a/content/en/commands/_index.md b/content/en/commands/_index.md new file mode 100644 index 000000000..89f673bf2 --- /dev/null +++ b/content/en/commands/_index.md @@ -0,0 +1,12 @@ +--- +title: Command line interface +linkTitle: CLI +description: Use the command line interface (CLI) to manage your site. +categories: [] +keywords: [] +menu: + docs: + parent: commands + weight: 10 +weight: 10 +--- diff --git a/content/en/contribute/_index.md b/content/en/contribute/_index.md index 5573b6427..a8ffaf4fa 100644 --- a/content/en/contribute/_index.md +++ b/content/en/contribute/_index.md @@ -1,7 +1,7 @@ --- title: Contribute to the Hugo project linktitle: Contribute -description: Contribute to Hugo development, documentation, and themes. +description: Contribute to development, documentation, and themes. categories: [] keywords: [] menu: diff --git a/content/en/functions/_index.md b/content/en/functions/_index.md index e757764fb..95d766b13 100644 --- a/content/en/functions/_index.md +++ b/content/en/functions/_index.md @@ -1,7 +1,7 @@ --- title: Functions -description: A list of Hugo template functions including examples. +description: Use these functions within your templates and archetypes. categories: [] keywords: [] menu: diff --git a/content/en/getting-started/_index.md b/content/en/getting-started/_index.md index 030847fcc..ca180d999 100644 --- a/content/en/getting-started/_index.md +++ b/content/en/getting-started/_index.md @@ -1,7 +1,7 @@ --- title: Getting started -description: Quick start and guides for installing Hugo on your preferred operating system. +description: How to get started with Hugo. categories: [] keywords: [] menu: diff --git a/content/en/hosting-and-deployment/_index.md b/content/en/hosting-and-deployment/_index.md index 7b9a73214..a99ffd69c 100644 --- a/content/en/hosting-and-deployment/_index.md +++ b/content/en/hosting-and-deployment/_index.md @@ -1,7 +1,7 @@ --- title: Hosting and deployment -description: Site builds, automated deployments, and popular hosting solutions. +description: Services and tools to host and deploy your site. categories: [] keywords: [] menu: @@ -9,7 +9,7 @@ menu: identifier: hosting-and-deployment-in-this-section parent: hosting-and-deployment weight: 1 -weight: 1 +weight: 10 --- 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 and automated deployment solutions used by the Hugo community. diff --git a/content/en/hugo-modules/_index.md b/content/en/hugo-modules/_index.md index 177f5ec4f..b6f38924f 100644 --- a/content/en/hugo-modules/_index.md +++ b/content/en/hugo-modules/_index.md @@ -1,7 +1,7 @@ --- title: Hugo Modules -description: How to use Hugo Modules. +description: Use Hugo Modules to manage the content, presentation, and behavior of your site. categories: [] keywords: [] menu: diff --git a/content/en/hugo-pipes/_index.md b/content/en/hugo-pipes/_index.md index ff7170827..5e2d1d416 100755 --- a/content/en/hugo-pipes/_index.md +++ b/content/en/hugo-pipes/_index.md @@ -1,6 +1,6 @@ --- title: Hugo Pipes - +description: Use asset pipelines to transform and optimize images, stylesheets, and JavaScript. categories: [] keywords: [] menu: diff --git a/content/en/maintenance/_index.md b/content/en/maintenance/_index.md deleted file mode 100644 index aaee3987d..000000000 --- a/content/en/maintenance/_index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -title: Maintenance -description: Some lists useful for the maintenance of the Hugo docs site. -categories: [] -keywords: [] -menu: - docs: - weight: 200 -toc: true ---- diff --git a/content/en/methods/_index.md b/content/en/methods/_index.md index 981a8cdf9..e45f2fef7 100644 --- a/content/en/methods/_index.md +++ b/content/en/methods/_index.md @@ -1,7 +1,7 @@ --- title: Methods -description: A list of Hugo template methods including examples. +description: Use these methods within your templates. categories: [] keywords: [] menu: diff --git a/content/en/myshowcase/index.md b/content/en/myshowcase/index.md index 969095d12..abb4ad6b2 100644 --- a/content/en/myshowcase/index.md +++ b/content/en/myshowcase/index.md @@ -2,6 +2,7 @@ title: Myshowcase date: 2021-01-14 +draft: true description: "A short description of this page." diff --git a/content/en/news/_index.md b/content/en/news/_index.md index a1959bd1d..c170a69a4 100644 --- a/content/en/news/_index.md +++ b/content/en/news/_index.md @@ -1,7 +1,9 @@ --- title: News +description: Stay up-to-date with the latest news and announcements. outputs: - html - rss aliases: [/release-notes/] +weight: 10 --- diff --git a/content/en/templates/_index.md b/content/en/templates/_index.md index 87d7800d8..d205c9218 100644 --- a/content/en/templates/_index.md +++ b/content/en/templates/_index.md @@ -1,7 +1,7 @@ --- title: Templates -description: Go templating, template types and lookup order, shortcodes, and data. +description: Create templates to render your content, resources, and data. categories: [] keywords: [] menu: diff --git a/content/en/tools/_index.md b/content/en/tools/_index.md index 505569911..a4df23800 100644 --- a/content/en/tools/_index.md +++ b/content/en/tools/_index.md @@ -1,7 +1,7 @@ --- title: Developer tools -description: In addition to Hugo's powerful CLI, there is a large number of community-developed tool chains for Hugo developers. +description: Third-party tools to help you create and manage sites. categories: [] keywords: [] menu: