schmelczer-dev/README.md
Andras Schmelczer 2165ed0c33
All checks were successful
Deploy to Pages / build (pull_request) Successful in 2m36s
fix ci
2026-05-24 11:40:26 +01:00

832 B

schmelczer.dev

A static personal blog for Andras Schmelczer, built with Astro.

The site is article-first: articles live in src/content/posts, project index entries live in src/content/projects, and normal pages are rendered as static HTML with no required client JavaScript.

Setup

npm install
npx playwright install --with-deps chromium # required before `npm run qa:overflow`

Commands

npm run dev
npm run lint
npm run build
npm run preview
npm run qa

Structure

  • src/content/posts: Markdown articles
  • src/content/projects: project index entries
  • src/pages: static routes
  • src/layouts: page and post layouts
  • src/components: reusable UI pieces
  • src/styles/global.css: the visual system
  • public/media/downloads: CV and thesis PDFs
  • public/media/video: project videos