Write freely in WordPress
Any valid HTML the WordPress editor produces will be handled by the parser.
Blog posts are written and edited in WordPress at cms.aerialps.com, but they are served as pages from aerialps.com. The two are connected at request time via SSR; on (user) demand fetching, we get fresh information from Wordpress on each visit.
Write the post in the WordPress Admin Panel under Posts → Add New at cms.aerialps.com.
Publish the post in WordPress.
The page is live immediately. aerialps.com fetches blog content from WordPress dynamically on each visit - no further action required.
aerialps.com includes a built-in HTML parser that reads the raw HTML content from each WordPress post and renders it with custom styles applied.
Write freely in WordPress
Any valid HTML the WordPress editor produces will be handled by the parser.
Styles live in Astro
Custom styles are applied by the parser on the Astro side - not inside WordPress. I know. It may be very tempting.