My personal website. https://schmelczer.dev
Find a file
2026-05-28 14:27:52 +01:00
.claude add fizika 2026-05-28 11:59:19 +01:00
.forgejo/workflows polish 2026-05-26 08:28:37 +01:00
.vscode Switch the site to Astro 2026-05-25 13:10:58 +01:00
public More posts 2026-05-28 08:46:39 +01:00
screenshots polish 2026-05-26 08:28:37 +01:00
scripts Lint 2026-05-28 14:27:52 +01:00
src Lint 2026-05-28 14:27:52 +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 Lint 2026-05-28 14:27:52 +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 Better CSS 2026-05-27 19:41:04 +01:00
README.md Better CSS 2026-05-27 19:41:04 +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 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