Skip to content

Notes release notes 0.65 #6897

@bep

Description

@bep

I will update the docs (promise!), but here are a list of the main changes/fixes in this release. Also see the referenced issues.


type BuildConfig struct {
	// Whether to add it to any of the page collections.
	// Note that the page can still be found with .Site.GetPage.
	List bool // Default true

	// Whether to render it.
	Render bool // Default true

	// Whether to publish its resources. These will still be published on demand,
	// but enabling this can be useful if the originals (e.g. images) are
	// never used.
	PublishResources bool // Default true
}

The above would fits into a content file with YAML front matter:

---
title: Nothing
_build:
  list: false
  render: false
  publishResources: false
---

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions