My personal website. https://schmelczer.dev
Find a file
Andras Schmelczer 2c37e7fa62
All checks were successful
Deploy to Pages / build (pull_request) Successful in 1m48s
Non-cringify
2026-05-25 21:31:09 +01:00
.forgejo/workflows Non-cringify 2026-05-25 21:31:09 +01:00
.vscode Switch the site to Astro 2026-05-25 13:10:58 +01:00
public Move media assets into Astro locations 2026-05-25 13:11:25 +01:00
scripts Add static site QA checks 2026-05-25 13:12:33 +01:00
src Non-cringify 2026-05-25 21:31:09 +01:00
.gitattributes Remove LFS 2022-09-22 10:27:06 +02:00
.gitignore Switch the site to Astro 2026-05-25 13:10:58 +01:00
.nvmrc Small change 2026-05-09 13:42:13 +01:00
.prettierrc Switch the site to Astro 2026-05-25 13:10:58 +01:00
astro.config.mjs Switch the site to Astro 2026-05-25 13:10:58 +01:00
LICENSE Add license 2022-09-21 21:21:04 +02:00
package-lock.json Switch the site to Astro 2026-05-25 13:10:58 +01:00
package.json Switch the site to Astro 2026-05-25 13:10:58 +01:00
README.md Switch the site to Astro 2026-05-25 13:10:58 +01:00
tsconfig.json Switch the site to Astro 2026-05-25 13:10:58 +01:00

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 ci
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