mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-09 11:44:45 -04:00
Some content adjustments
* Remove linkTitle: In this section * documentation.md => list layout * hide_in_this_section: true => glossary.
This commit is contained in:
parent
bdf97b7b45
commit
eb5842566f
@ -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: []
|
||||
|
@ -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: []
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Contribute to the Hugo project
|
||||
linkTitle: In this section
|
||||
|
||||
description: Contribute to Hugo development, documentation, and themes.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
@ -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].
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Functions
|
||||
linkTitle: In this section
|
||||
|
||||
description: A list of Hugo template functions including examples.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
@ -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: []
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Hosting and deployment
|
||||
linkTitle: In this section
|
||||
|
||||
description: Site builds, automated deployments, and popular hosting solutions.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Hugo Modules
|
||||
linkTitle: In this section
|
||||
|
||||
description: How to use Hugo Modules.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Hugo Pipes
|
||||
linkTitle: In this section
|
||||
|
||||
categories: []
|
||||
keywords: []
|
||||
menu:
|
||||
|
@ -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: []
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Methods
|
||||
linkTitle: In this section
|
||||
|
||||
description: A list of Hugo template methods including examples.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
@ -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: []
|
||||
|
@ -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
|
||||
|
@ -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: []
|
||||
|
@ -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: []
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Templates
|
||||
linkTitle: In this section
|
||||
|
||||
description: Go templating, template types and lookup order, shortcodes, and data.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
@ -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: []
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
title: Troubleshooting
|
||||
linkTitle: In this section
|
||||
|
||||
description: Use these techniques when troubleshooting your site.
|
||||
categories: []
|
||||
keywords: []
|
||||
|
Loading…
x
Reference in New Issue
Block a user