Merge commit '2658a71e1b6fe24a8b754a62ce0398a09d270d86'

This commit is contained in:
Bjørn Erik Pedersen
2024-02-19 18:59:28 +01:00
8 changed files with 150 additions and 28 deletions

View File

@@ -50,7 +50,7 @@ render
: Always render the page to disk. This is the default value.
- `link`
: Do not render the page to disk, but include it in all page collections.
: Do not render the page to disk, but assign `Permalink` and `RelPermalink` values.
- `never`
: Never render the page to disk, and exclude it from all page collections.
@@ -245,7 +245,7 @@ content/
Set the build options in front matter:
{{< code-toggle file=content/books/_index.md >}}
{{< code-toggle file=content/books/_index.md fm=true >}}
title = 'Books'
[_build]
render = 'never'