You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to sit in my blog project and type npm run new-post, and have it spit out content/blog/new-post/new-post.md, with the frontmatter date and title already set up, and pop open my editor so I can start typing.
I'm sure I can write up my own hack script to do this, just curious if there was a "recommended" way to do this in an Eleventy project.
The text was updated successfully, but these errors were encountered:
Thanks for all your work on this project btw!
I'd like to be able to sit in my blog project and type
npm run new-post
, and have it spit outcontent/blog/new-post/new-post.md
, with the frontmatter date and title already set up, and pop open my editor so I can start typing.I'm sure I can write up my own hack script to do this, just curious if there was a "recommended" way to do this in an Eleventy project.
The text was updated successfully, but these errors were encountered: