mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-12 18:24:41 -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
|
title: About Hugo
|
||||||
linkTitle: In this section
|
|
||||||
description: Learn about Hugo and its features, security model, and privacy protections.
|
description: Learn about Hugo and its features, security model, and privacy protections.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Content management
|
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.
|
description: Hugo makes managing large static sites easy with support for archetypes, content types, menus, cross references, summaries, and more.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Contribute to the Hugo project
|
title: Contribute to the Hugo project
|
||||||
linkTitle: In this section
|
|
||||||
description: Contribute to Hugo development, documentation, and themes.
|
description: Contribute to Hugo development, documentation, and themes.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
|
@ -6,7 +6,7 @@ menu:
|
|||||||
main:
|
main:
|
||||||
weight: 1
|
weight: 1
|
||||||
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].
|
A fast and flexible [static site generator] built with love by [bep], [spf13], and [friends] in [Go].
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Functions
|
title: Functions
|
||||||
linkTitle: In this section
|
|
||||||
description: A list of Hugo template functions including examples.
|
description: A list of Hugo template functions including examples.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Getting started
|
title: Getting started
|
||||||
linkTitle: In this section
|
|
||||||
description: Quick start and guides for installing Hugo on your preferred operating system.
|
description: Quick start and guides for installing Hugo on your preferred operating system.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Hosting and deployment
|
title: Hosting and deployment
|
||||||
linkTitle: In this section
|
|
||||||
description: Site builds, automated deployments, and popular hosting solutions.
|
description: Site builds, automated deployments, and popular hosting solutions.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Hugo Modules
|
title: Hugo Modules
|
||||||
linkTitle: In this section
|
|
||||||
description: How to use Hugo Modules.
|
description: How to use Hugo Modules.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Hugo Pipes
|
title: Hugo Pipes
|
||||||
linkTitle: In this section
|
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
menu:
|
menu:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Installation
|
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.
|
description: Install Hugo on macOS, Linux, Windows, BSD, and on any machine that can run the Go compiler tool chain.
|
||||||
aliases: [/getting-started/installing/]
|
aliases: [/getting-started/installing/]
|
||||||
categories: []
|
categories: []
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Methods
|
title: Methods
|
||||||
linkTitle: In this section
|
|
||||||
description: A list of Hugo template methods including examples.
|
description: A list of Hugo template methods including examples.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Quick reference guides
|
title: Quick reference guides
|
||||||
linkTitle: In this section
|
|
||||||
description: Use these quick reference guides for quick access to key information.
|
description: Use these quick reference guides for quick access to key information.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
|
@ -3,6 +3,7 @@ title: Glossary
|
|||||||
description: Terms commonly used throughout the documentation.
|
description: Terms commonly used throughout the documentation.
|
||||||
categories: [quick-reference]
|
categories: [quick-reference]
|
||||||
keywords: [glossary]
|
keywords: [glossary]
|
||||||
|
hide_in_this_section: true
|
||||||
menu:
|
menu:
|
||||||
docs:
|
docs:
|
||||||
parent: quick-reference
|
parent: quick-reference
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Render hooks
|
title: Render hooks
|
||||||
linkTitle: In this section
|
|
||||||
description: Create render hooks to override the rendering of Markdown to HTML.
|
description: Create render hooks to override the rendering of Markdown to HTML.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Shortcodes
|
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.
|
description: Insert elements such as videos, images, and social media embeds into your content using Hugo's embedded shortcodes.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Templates
|
title: Templates
|
||||||
linkTitle: In this section
|
|
||||||
description: Go templating, template types and lookup order, shortcodes, and data.
|
description: Go templating, template types and lookup order, shortcodes, and data.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Developer tools
|
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.
|
description: In addition to Hugo's powerful CLI, there is a large number of community-developed tool chains for Hugo developers.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: Troubleshooting
|
title: Troubleshooting
|
||||||
linkTitle: In this section
|
|
||||||
description: Use these techniques when troubleshooting your site.
|
description: Use these techniques when troubleshooting your site.
|
||||||
categories: []
|
categories: []
|
||||||
keywords: []
|
keywords: []
|
||||||
|
Loading…
x
Reference in New Issue
Block a user