mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-15 20:44:01 +02:00
Merge commit 'f96384a3b596f9bc0a3a035970b09b2c601f0ccb'
This commit is contained in:
@@ -1,21 +1,12 @@
|
||||
---
|
||||
title: Troubleshoot
|
||||
linktitle: Troubleshoot
|
||||
description: Frequently asked questions and known issues pulled from the Hugo Discuss forum.
|
||||
date: 2017-02-01
|
||||
publishdate: 2017-02-01
|
||||
lastmod: 2017-02-01
|
||||
menu:
|
||||
docs:
|
||||
parent: "troubleshooting"
|
||||
parent: troubleshooting
|
||||
weight: 1
|
||||
weight: 1
|
||||
draft: false
|
||||
hidesectioncontents: false
|
||||
slug:
|
||||
aliases: [/troubleshooting/faqs/,/faqs/]
|
||||
toc: false
|
||||
notesforauthors:
|
||||
---
|
||||
|
||||
The Troubleshooting section includes known issues, recent workarounds, and FAQs pulled from the [Hugo Discussion Forum][forum].
|
||||
|
@@ -1,17 +1,10 @@
|
||||
---
|
||||
title: Build Performance
|
||||
linktitle: Build Performance
|
||||
description: An overview of features used for diagnosing and improving performance issues in site builds.
|
||||
date: 2017-03-12
|
||||
publishdate: 2017-03-12
|
||||
keywords: [performance, build]
|
||||
categories: [troubleshooting]
|
||||
menu:
|
||||
docs:
|
||||
parent: "troubleshooting"
|
||||
parent: troubleshooting
|
||||
weight: 3
|
||||
slug:
|
||||
aliases: []
|
||||
toc: true
|
||||
---
|
||||
|
||||
@@ -85,10 +78,10 @@ the desired output, the template may benefit from caching to reduce the number
|
||||
of executions. The [`partialCached`][partialcached] template function provides
|
||||
caching capabilities for `partial` templates.
|
||||
|
||||
{{% tip %}}
|
||||
{{% note %}}
|
||||
Note that you can create cached variants of each `partial` by passing additional
|
||||
parameters to `partialCached` beyond the initial context. See the
|
||||
`partialCached` documentation for more details.
|
||||
{{% /tip %}}
|
||||
{{% /note %}}
|
||||
|
||||
[partialCached]:{{< ref "/functions/partialCached.md" >}}
|
||||
[partialCached]: /functions/partialcached
|
||||
|
@@ -2,11 +2,10 @@
|
||||
title: Frequently Asked Questions
|
||||
linktitle: FAQ
|
||||
description: Solutions to some common Hugo problems.
|
||||
date: 2018-02-10
|
||||
categories: [troubleshooting]
|
||||
menu:
|
||||
docs:
|
||||
parent: "troubleshooting"
|
||||
parent: troubleshooting
|
||||
keywords: [faqs]
|
||||
weight: 2
|
||||
toc: true
|
||||
|
Reference in New Issue
Block a user