-
-
Notifications
You must be signed in to change notification settings - Fork 495
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
---node
frontmatter not documented
#3284
Comments
Actually I couldn't find any docs on this either. Is there an example somewhere? I'm happy to contribute docs if I can understand how to use it. |
Some discussion about this here: #2819 |
Deno information here: #3278 and slide 59–60 of this talk: https://www.zachleat.com/web/11tyconf-keynote-2024/ |
Looking at that thread, this comment stands out to me:
I saw this but still couldn't figure out how to run in Deno (I was probably doing something wrong). A minimal example would be helpful. |
I’m going through the issues closed on the 3.0 milestone and adding Can you file a separate issue for your Deno issue? Maybe also have a look at #3278 which shows the command line command that I used to run against |
I was trying to use the Node frontmatter in the 3.0 alpha, and couldn't find any docs on it.
The closest thing I found was this section on custom JavaScript frontmatter: https://www.11ty.dev/docs/data-frontmatter-customize/#example-use-javascript-in-your-front-matter
On that note, I wonder why the built-in functionality uses
---node
and not---javascript
. The latter seems more accurate, especially since 11ty can now run in alternative runtimes like Deno.The text was updated successfully, but these errors were encountered: