jekyll / jekyll-admin

A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites.
https://jekyll.github.io/jekyll-admin/
MIT License
2.83k stars 359 forks source link

Added new_meta_defaults options #694

Open rpeyron opened 1 year ago

rpeyron commented 1 year ago

This small PR adds the new_meta_defaults option to add new meta by default on new draft.

I know that jekyll-admin handle defaults settings of jekyll, but it not very handy as you have to define default values for things that does not make sense like date or others, and you need to click override to be able to modify it.