Skip to content

Commit

Permalink
Update node to js front matter
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Oct 16, 2024
1 parent a8b6496 commit dbd8750
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A minimalist bare-bones Eleventy-official starter project useful for demos/exper
* [Eleventy WebC plugin](https://www.11ty.dev/docs/languages/webc/) preconfigured:
* Includes the [`<is-land>` WebC component](https://www.11ty.dev/docs/plugins/partial-hydration/) ready for use.
* Add your own `*.webc` files to the `_components` folder.
* Using the new `node` front matter type for arbitrary JavaScript front matter (via [`node-retrieve-globals`](https://github.com/zachleat/node-retrieve-globals/))
* Using the new [`js` front matter type for arbitrary JavaScript front matter](https://www.11ty.dev/docs/data-frontmatter/#javascript-front-matter)
* Simple WebC Eleventy Layout file with streamlined critical CSS and JS bundles (see `_includes/layouts/base.webc`)

## Get Started
Expand Down

0 comments on commit dbd8750

Please sign in to comment.