Publish site on page save #59
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So right now, to render the site into html after an edit, one must go into settings and manually hit the 'Publish' button to re-render the site so those changes are made public. While it works well, it's a bit tedious to have to go settings everytime whenever a change is made.
I'm going to add toggle in settings that allows pages to be rendered whenever they are saved, so a new html page is created automatically instead of having to return to setting everytime.
It will be a toggle, so if one doesn't want the site to publish on a page save, that's cool too.
Plumbing was already in, so I just had to turn it back on and make the system aware of the new status. Pretty easy.
Gonna bang on it in prod, so if works fine, this milestone will be closed.