TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

WordPress as Static Site Generator

2 pointsby davidblueabout 4 years ago

1 comment

flakinessabout 4 years ago
I used to do this, while the setup is a bit simpler:<p><pre><code> - Use wordpress.com instead of self hosting WP. - Get a webhook call to a Cloud Function (GCP&#x27;s Lambda equivalent) and import the HTML. - Put it to the static generator (Hugo) data on GitHub. - The CI setup for the blog kicks in to publish it. </code></pre> I prefer WYSIWYG over text editor while I&#x27;d like to own my data. So this worked very well.