Astro website for the PLSec research group at VU Amsterdam.
npm install
npm run devContent is stored in Astro content collections:
src/content/newssrc/content/postssrc/content/peoplesrc/content/projectssrc/content/publications
The Decap CMS admin interface is available at /admin after configuring the GitHub backend in public/admin/config.yml.
For local CMS testing:
npx decap-server
npm run devThe included GitHub Actions workflow builds Astro and deploys dist/ to GitHub Pages from the main branch.