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 361 forks source link

Use the front matter defaults computed by Jekyll #585

Closed ashmaroli closed 4 years ago

ashmaroli commented 4 years ago

Jekyll already computes front matter defaults by comparing against path and type for a given resource. However, the front-end port is still necessary for "(**/)new" routes, as the resource-path is undefined by default.