Astro source for eybmits.github.io, the canonical public website for Markus Baumann (@eybmits), a researcher at LMU Munich / QAR-Lab working on Quantum Reservoir Computing, Quantum Machine Learning, and time-series forecasting, with public artifacts for reproducible and inspectable computational research.
- Keep the same identity phrase on the website, GitHub profile, LMU profile, QAR-Lab context, and research repositories.
- Make GitHub, LMU, QAR-Lab, Google Scholar, and the public contact email visible from the homepage and markdown fallbacks.
- Expose structured
Persondata for search engines with research topics, affiliation, and canonical profiles. - Keep public pages readable without JavaScript through
.mdroutes.
- Astro 5
- MD/MDX content collections
- Search via Pagefind
- RSS + Sitemap
- Vercel deployment metadata
- GitHub Pages static deployment mirror
npm install
npm run dev
npm run build
npm run previewDeployment helper:
npm run deploysrc/consts.ts- canonical site title, description, repository, and timezone.src/pages/index.astro- homepage hero and public identity links.src/pages/about.mdx- human-readable research bio.src/components/StructuredData.astro- search-engine structured data.src/pages/index.md.tsandsrc/pages/about.md.ts- markdown fallbacks for crawlers and text clients.
- Content: CC BY 4.0
- Code: MIT