Colophon

This website is a digital garden — a collection of thoughts, notes, and experiments. It is designed to be fast, accessible, and easy to maintain.

code Development & Tools

Zed

The primary code editor used for building this site. Zed's high-performance and collaborative features make it an ideal choice for modern web development.

Open Code AI

Much of the implementation and technical structure was developed with the assistance of Open Code AI, an interactive coding tool that helps translate ideas into functional code.

edit_note Writing Workflow

Obsidian

All blog posts and notes are written in Markdown using Obsidian. This allows for a seamless connection between personal notes and publicly shared content.

Obsidian Git Plugin

The site's content is pushed directly from Obsidian to GitHub using the Obsidian Git plugin, enabling a "write and publish" workflow without leaving the writing environment.

rocket_launch Hosting & Deployment

Vercel

The site is hosted on Vercel. Every time content is pushed to the main branch, Vercel automatically triggers a build process that generates the static site and deploys it to their global edge network.

text_fields Typography

Inter

Used for page titles, headers, UI elements, and body text. A modern geometric sans-serif with excellent weight range (300-900) that provides crisp readability at all sizes.

Source Serif 4

Used for block quotes and callout text to provide visual distinction and elegant emphasis. A refined serif that brings a touch of traditional typography to highlighted content.

JetBrains Mono

Used for code blocks and technical metadata. A highly legible monospaced font specifically designed for developers.

package_2 Technology Stack

Astro

The web framework for content-driven websites.

Tailwind CSS

A utility-first CSS framework for rapid UI development.

Pagefind

A fully static search library that works without a server.

@astrojs/sitemap

Automatically generates a sitemap for better SEO.

Remark & Unist

Powerful tools for processing Markdown and building custom content features.