11ty
Posts
Links
Template Languages—Eleventy
There are a couple of different ways you can tell Eleventy how you want to process a file:
23-06-2019Markdown—Eleventy
The only listed options here are the ones that differ from the default markdown-it options. See all markdown-it options and defaults.
24-06-2019Front Matter Data—Eleventy
Add data in your template front matter, like this:---title: My page title---…The above is using YAML syntax.Locally assigned front matter values override things further up the layout chain. Note also that layouts can contain front matter variables that you can use in your local template. Leaf template front matter takes precedence over layout front matter. Read more about Layouts.
24-06-2019
17-06-2022GitHub - 11ty/is-land: A new performance-focused way to add interactive client-side components to your web site.