Personal site and blog for Tin Sever, built with Astro and Tailwind CSS.
- Bun (or any package manager; lockfile is Bun)
- Node.js ≥ 22.12 (see
package.jsonengines)
| Command | Action |
|---|---|
bun install |
Install dependencies |
bun dev |
Dev server at localhost:4321 |
bun build |
Production build to dist/ |
bun preview |
Preview the production build |
bun run check |
Run astro check (types / Astro) |
Set the public site URL in astro.config.mjs (site) so canonical URLs and Open Graph og:url match your deployment (default: https://tin-sever.de). Change it if your live domain differs.
This repo ships Geist and Geist Mono (WOFF2) under public/fonts/. Font files are subject to the Geist font license; the MIT license in this repo applies to the site source code, not to those font binaries.
Source code is licensed under the MIT License — see LICENSE.