Writing

Notes from the edit screen.

Everything I've published on making WordPress carry a modern front-end. Long-form where it earns it, practical throughout.

app-spec.yaml
static_sites:
- build_command: npm run build
  environment_slug: node-js
  github:
    branch: main
    deploy_on_push: true
    repo: your-repo-name
  name: your-app-name
  output_dir: dist
  source_dir: /
Architecture Latest

Deploy a completely static Astro site to DigitalOcean App Platform

Astro's docs skip DigitalOcean, and DigitalOcean's autodetection assumes you want a Node server. Here is the path to a fully static deploy for about five dollars a month.

Read the article