I’m trying to figure out how to get news (which is blog posts on a WordPress site) into the static Turbo Admin site. Help me think it through.
Options:
1. Copy and Paste
– Annoyingly manual
2. Pull with JS fetch (and provide a fallback link)
– Wouldn’t allow RSS feeds
3. Pull as part of build
– Introduces annoying part of build process.
Hmm…