diff --git a/content/en/about/_index.md b/content/en/about/_index.md index 333a9ba36..9ff1c34ec 100644 --- a/content/en/about/_index.md +++ b/content/en/about/_index.md @@ -1,6 +1,6 @@ --- title: About Hugo -linkTitle: In this section + description: Learn about Hugo and its features, security model, and privacy protections. categories: [] keywords: [] diff --git a/content/en/content-management/_index.md b/content/en/content-management/_index.md index 8fb0cf25e..21d0b8739 100644 --- a/content/en/content-management/_index.md +++ b/content/en/content-management/_index.md @@ -1,6 +1,6 @@ --- title: Content management -linkTitle: In this section + description: Hugo makes managing large static sites easy with support for archetypes, content types, menus, cross references, summaries, and more. categories: [] keywords: [] diff --git a/content/en/contribute/_index.md b/content/en/contribute/_index.md index 87af8fa79..be8ca330e 100644 --- a/content/en/contribute/_index.md +++ b/content/en/contribute/_index.md @@ -1,6 +1,6 @@ --- title: Contribute to the Hugo project -linkTitle: In this section + description: Contribute to Hugo development, documentation, and themes. categories: [] keywords: [] diff --git a/content/en/documentation.md b/content/en/documentation.md index da7b3ef9b..2dc5a12e5 100644 --- a/content/en/documentation.md +++ b/content/en/documentation.md @@ -6,7 +6,7 @@ menu: main: weight: 1 weight: 1 -layout: documentation-home +layout: list --- A fast and flexible [static site generator] built with love by [bep], [spf13], and [friends] in [Go]. diff --git a/content/en/functions/_index.md b/content/en/functions/_index.md index bf69df016..e757764fb 100644 --- a/content/en/functions/_index.md +++ b/content/en/functions/_index.md @@ -1,6 +1,6 @@ --- title: Functions -linkTitle: In this section + description: A list of Hugo template functions including examples. categories: [] keywords: [] diff --git a/content/en/getting-started/_index.md b/content/en/getting-started/_index.md index 1648f0224..030847fcc 100644 --- a/content/en/getting-started/_index.md +++ b/content/en/getting-started/_index.md @@ -1,6 +1,6 @@ --- title: Getting started -linkTitle: In this section + description: Quick start and guides for installing Hugo on your preferred operating system. categories: [] keywords: [] diff --git a/content/en/hosting-and-deployment/_index.md b/content/en/hosting-and-deployment/_index.md index b6f54d3fa..7b9a73214 100644 --- a/content/en/hosting-and-deployment/_index.md +++ b/content/en/hosting-and-deployment/_index.md @@ -1,6 +1,6 @@ --- title: Hosting and deployment -linkTitle: In this section + description: Site builds, automated deployments, and popular hosting solutions. categories: [] keywords: [] diff --git a/content/en/hugo-modules/_index.md b/content/en/hugo-modules/_index.md index 87ce33a6c..177f5ec4f 100644 --- a/content/en/hugo-modules/_index.md +++ b/content/en/hugo-modules/_index.md @@ -1,6 +1,6 @@ --- title: Hugo Modules -linkTitle: In this section + description: How to use Hugo Modules. categories: [] keywords: [] diff --git a/content/en/hugo-pipes/_index.md b/content/en/hugo-pipes/_index.md index 6e4190b87..ff7170827 100755 --- a/content/en/hugo-pipes/_index.md +++ b/content/en/hugo-pipes/_index.md @@ -1,6 +1,6 @@ --- title: Hugo Pipes -linkTitle: In this section + categories: [] keywords: [] menu: diff --git a/content/en/installation/_index.md b/content/en/installation/_index.md index 7e445a07d..69b3e197e 100644 --- a/content/en/installation/_index.md +++ b/content/en/installation/_index.md @@ -1,6 +1,6 @@ --- title: Installation -linkTitle: In this section + description: Install Hugo on macOS, Linux, Windows, BSD, and on any machine that can run the Go compiler tool chain. aliases: [/getting-started/installing/] categories: [] diff --git a/content/en/methods/_index.md b/content/en/methods/_index.md index bab637ddb..981a8cdf9 100644 --- a/content/en/methods/_index.md +++ b/content/en/methods/_index.md @@ -1,6 +1,6 @@ --- title: Methods -linkTitle: In this section + description: A list of Hugo template methods including examples. categories: [] keywords: [] diff --git a/content/en/quick-reference/_index.md b/content/en/quick-reference/_index.md index 83adb4029..3e5c6fcb9 100644 --- a/content/en/quick-reference/_index.md +++ b/content/en/quick-reference/_index.md @@ -1,6 +1,6 @@ --- title: Quick reference guides -linkTitle: In this section + description: Use these quick reference guides for quick access to key information. categories: [] keywords: [] diff --git a/content/en/quick-reference/glossary/_index.md b/content/en/quick-reference/glossary/_index.md index 0ed74be8e..1b5111e8e 100644 --- a/content/en/quick-reference/glossary/_index.md +++ b/content/en/quick-reference/glossary/_index.md @@ -3,6 +3,7 @@ title: Glossary description: Terms commonly used throughout the documentation. categories: [quick-reference] keywords: [glossary] +hide_in_this_section: true menu: docs: parent: quick-reference diff --git a/content/en/render-hooks/_index.md b/content/en/render-hooks/_index.md index 8cf72c4e8..668808f44 100644 --- a/content/en/render-hooks/_index.md +++ b/content/en/render-hooks/_index.md @@ -1,6 +1,6 @@ --- title: Render hooks -linkTitle: In this section + description: Create render hooks to override the rendering of Markdown to HTML. categories: [] keywords: [] diff --git a/content/en/shortcodes/_index.md b/content/en/shortcodes/_index.md index e525ef5ef..2d9a8fdd6 100644 --- a/content/en/shortcodes/_index.md +++ b/content/en/shortcodes/_index.md @@ -1,6 +1,6 @@ --- title: Shortcodes -linkTitle: In this section + description: Insert elements such as videos, images, and social media embeds into your content using Hugo's embedded shortcodes. categories: [] keywords: [] diff --git a/content/en/templates/_index.md b/content/en/templates/_index.md index 0d8f0a0ec..87d7800d8 100644 --- a/content/en/templates/_index.md +++ b/content/en/templates/_index.md @@ -1,6 +1,6 @@ --- title: Templates -linkTitle: In this section + description: Go templating, template types and lookup order, shortcodes, and data. categories: [] keywords: [] diff --git a/content/en/tools/_index.md b/content/en/tools/_index.md index 9cd72853a..505569911 100644 --- a/content/en/tools/_index.md +++ b/content/en/tools/_index.md @@ -1,6 +1,6 @@ --- title: Developer tools -linkTitle: In this section + description: In addition to Hugo's powerful CLI, there is a large number of community-developed tool chains for Hugo developers. categories: [] keywords: [] diff --git a/content/en/troubleshooting/_index.md b/content/en/troubleshooting/_index.md index 92ba6bc6d..a113fa9cf 100644 --- a/content/en/troubleshooting/_index.md +++ b/content/en/troubleshooting/_index.md @@ -1,6 +1,6 @@ --- title: Troubleshooting -linkTitle: In this section + description: Use these techniques when troubleshooting your site. categories: [] keywords: []