Yarn Plug ’n’ Play, or PnP has been disabled in favor of using node_modules. PnP is generally preferred for strictness, but node_modules incur less friction.
The default configuration does not utilize Yarn Zero-Installs, which are usually enabled by default in new projects.
The project’s primary output is a static website, built with Hugo.
A git pre-commit hook for lint-staged is created through Yarn. Husky is strictly discouraged.
Enables Renovate to keep dependencies updated. The dependency dashboard is disabled.
Where possible, Markdown formatting has been adjusted to conform to Python-Markdown, so that it will work well with MkDocs. mkdocs-material is the suggested route to adopt documentation.