My personal website. https://schmelczer.dev
Find a file
Andras Schmelczer b554e92e9f
All checks were successful
Deploy to Pages / build (push) Successful in 2m58s
Update content & design (#75)
Reviewed-on: https://home.schmelczer.dev/git/git/andras/schmelczer-dev/pulls/75
2026-05-28 16:20:12 +01:00
.forgejo/workflows Update content & design (#75) 2026-05-28 16:20:12 +01:00
.vscode Switch the site to Astro 2026-05-25 13:10:58 +01:00
public Update content & design (#75) 2026-05-28 16:20:12 +01:00
scripts Update content & design (#75) 2026-05-28 16:20:12 +01:00
src Update content & design (#75) 2026-05-28 16:20:12 +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 Update content & design (#75) 2026-05-28 16:20:12 +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 Update content & design (#75) 2026-05-28 16:20:12 +01:00
README.md Update content & design (#75) 2026-05-28 16:20:12 +01:00
tsconfig.json Switch the site to Astro 2026-05-25 13:10:58 +01:00

schmelczer.dev

Engineering writeups by Andras Schmelczer: finished projects with the design constraints left in. Built with Astro, no required client JavaScript.

Articles live in src/content/posts, project index entries in src/content/projects, and normal pages are rendered as static HTML.

Setup

npm ci
npx playwright install --with-deps chromium # required before Playwright QA checks

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