Wiredcraft / jekyllpro-cms

A lightweight CMS for Jekyll websites.
http://jekyllpro.com/#cms
MIT License
7 stars 2 forks source link

Display the URL of the generated page #35

Open hunvreus opened 7 years ago

hunvreus commented 7 years ago

Not sure exactly how we can do that, since it relies on the Jekyll build process (which takes into account the _config.yml file and the permalink attribute from the entry, but I guess we could replicate the URL generation in the front-end and predict what it would be.

The goal is to display on the edit form a link to the actual page generated for the entry.

JuhaS commented 7 years ago