Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
  • Loading branch information
irkode authored Sep 9, 2024
1 parent fd98a03 commit 6b47a1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions content/en/getting-started/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ See [Front matter Configuration](#configure-front-matter).

###### ignoreVendorPaths

(`string`) Ignore vendored modules that match the given [Glob] pattern within the `_vendor` directory .
(`string`) Ignore vendored modules that match the given [Glob] pattern within the `_vendor` directory.

[Glob]: https://github.com/gobwas/glob?tab=readme-ov-file#example]

Expand Down Expand Up @@ -385,7 +385,7 @@ Module configuration see [module configuration](/hugo-modules/configuration/).

###### noBuildLock

(`bool`) Don't create .hugo_build.lock file. Default is `false`.
(`bool`) Don't create `.hugo_build.lock` file. Default is `false`.

###### noChmod

Expand Down Expand Up @@ -494,12 +494,12 @@ See [Configure Taxonomies](/content-management/taxonomies#configure-taxonomies).

###### templateMetrics

(`bool`) Whether to print template execution metrics to the console. Default is `false.
(`bool`) Whether to print template execution metrics to the console. Default is `false`.
See [Template metrics](/troubleshooting/performance/#template-metrics)

###### templateMetricsHints

(`bool`) Whether to print template execution improvement hints to the console. Applicable when `templateMetrics` is `true`. Default is `false`. See [template metrics](/troubleshooting/performance/#template-metrics).
(`bool`) Whether to print template execution improvement hints to the console. Applicable when `templateMetrics` is `true`. Default is `false`. See [Template metrics](/troubleshooting/performance/#template-metrics).

###### theme

Expand Down

0 comments on commit 6b47a1d

Please sign in to comment.