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
{{ message }}
This repository has been archived by the owner on Jul 17, 2018. It is now read-only.
There needs to be an optional automatic publishing mechanism that detects new or changed posts.
The desired outcome is that a new post can be copied over to _posts manually (say, using rsync), and the site will be generated automatically.
If draft preprocessing is implemented for #9, then the additional behaviour is that editing/adding a file in _drafts should cause the site to be regenerated.
Candidates here are something more at the system level, like an inotifywait wrapper (which is basically how Second Crack does it), or something closer to the application with, say, directory_watcher.
The text was updated successfully, but these errors were encountered:
There needs to be an optional automatic publishing mechanism that detects new or changed posts.
The desired outcome is that a new post can be copied over to
_posts
manually (say, usingrsync
), and the site will be generated automatically.If draft preprocessing is implemented for #9, then the additional behaviour is that editing/adding a file in
_drafts
should cause the site to be regenerated.Candidates here are something more at the system level, like an
inotifywait
wrapper (which is basically how Second Crack does it), or something closer to the application with, say,directory_watcher
.The text was updated successfully, but these errors were encountered: