Hacker News new | ask | show | jobs
by boynamedsue 2814 days ago
I reimplemented the Wordpress API on my own static site service so that Wordpress clients can be used seamlessly.

The idea is that Wordpress clients can be used to create content, but the output is a static site served from S3 and Cloudfront.

If you want to try it, send me an email: hello@perspect.com

1 comments

How do you solve the dynamic parts that are sometimes required in a site ?
What in particular are you asking about?

There's nothing to stop you from using JavaScript in the browser to do any number of things.