Marketing Site Operations (www.wikantik.com)

The marketing site is ~20 static HTML pages living in the wikantik repo's marketing/ directory — no build step, no framework. nginx on the cloudflare host serves the deployed bundle; Cloudflare tunnels expose it.

Layout

Page conventions

Deploy

bin/deploy-marketing.sh rsyncs the allowlisted bundle to a staging dir on the host, then copies into /var/www/www.wikantik.com under interactive sudo and chowns to www-data. A human must run it — from a Claude session, ! bin/deploy-marketing.sh. --dry-run previews. It verifies on-origin via :8000 afterward.

See Also