DEV Community

Discussion on: Static Site Generators

Collapse
 
cwraytech profile image
Christopher Wray

What PHP static site generators are you looking at?

Collapse
 
_garybell profile image
Gary Bell

All in good time. That's a future post.

There's a lot of pretty good ones. My main problem is the scheduling of posts.

Collapse
 
cwraytech profile image
Christopher Wray • Edited

Hmm yeah. What I do is send a web hook to my frontend server whenever content is updated. I am wondering if you could do that with php by a schedule post add on or something.

Thread Thread
 
_garybell profile image
Gary Bell

Something like that, or modify a builder to only publish on or after the post's date.