Eleventy migration of https://lifewatch.si/, rebuilt as a lean static site and seeded from the archived WordPress install in /app/tmp/lifewatch.si plus the public WordPress REST API.
npm install
npm run migrate
npm run build
npm startThe generated site is written to _site/.
- WordPress core, plugin assets, Elementor runtime CSS, and cache output are intentionally not copied.
scripts/migrate-wordpress.jsrefreshes news posts from the live WordPress API and copies referenced uploads intosrc/assets/uploads.- The homepage is rebuilt as structured Eleventy data/templates to preserve the original layout without Elementor markup.
- Forms and WordPress comments were not migrated because static hosting needs a separate form/comment service.