Hacker News new | ask | show | jobs
by RupertWiser 1477 days ago
If you want an alternative to Wordpress, I’ve had success running a simple kotlin script that converts google docs into webpages.

Here’s the hackernews discussion around that: https://news.ycombinator.com/item?id=23134101

This is the code I run in a cron job: https://gitlab.com/BenWiser/googledocsblog

You do however need a server and your own domain.

1 comments

Seems like you could get away with using an object store and a serverless function for this. Not sure how pricing would compare to a server, but seems doable.