Update
All checks were successful
Deploy to Pages / build (pull_request) Successful in 3m1s

This commit is contained in:
Andras Schmelczer 2026-05-28 15:36:34 +01:00
parent f5f017b01f
commit fcec028c74
26 changed files with 46 additions and 115 deletions

View file

@ -1,10 +1,8 @@
# schmelczer.dev
A static personal blog for Andras Schmelczer, built with Astro.
Engineering writeups by Andras Schmelczer: finished projects with the design constraints left in. Built with Astro, no required client JavaScript.
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.
Articles live in `src/content/posts`, project index entries in `src/content/projects`, and normal pages are rendered as static HTML.
## Setup