content: Cleanup primary list page

This commit is contained in:
Joe Mooring 2025-02-12 11:39:02 -08:00 committed by GitHub
parent 0874b03e94
commit a84008e994
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
14 changed files with 26 additions and 21 deletions

View File

@ -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:

View File

@ -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
---

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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.

View File

@ -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:

View File

@ -1,6 +1,6 @@
---
title: Hugo Pipes
description: Use asset pipelines to transform and optimize images, stylesheets, and JavaScript.
categories: []
keywords: []
menu:

View File

@ -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
---

View File

@ -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:

View File

@ -2,6 +2,7 @@
title: Myshowcase
date: 2021-01-14
draft: true
description: "A short description of this page."

View File

@ -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
---

View File

@ -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:

View File

@ -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: