Home → The Classics → Farai's Codelab
Errors and Configuration
Published:
In making my site’s components, I’ve defined some errors to help make things consistent. They have ids if you want to ignore them by specifying them in the site’s config’s ignoreErrors
array.
Configuration Settings
Component | Key | Value Type | default | Description |
---|---|---|---|---|
Pages | .Params.noshill | boolean | false | Removed the post’s sponsorship footer. |
Pages | .Params.pubups | boolean | false | Pages without a PublishDate or Date aren’t published in web feeds (RSS, ATOM, JSON Feed) and this setting allows them to be included in web feeds. |