My personal corner of the internet!
- Static Site Generation: Astro
- Styling: Tailwind
- Content: MDX with remark-rehype for rendering to HTML
- Hosting: Vercel with Cloudflare for supportive services (R2, DNS, Registrar, Image Transformations, Bulk Redirects)
- Analytics: Umami (public view)
- Install dependencies:
npm i
- Set the necessary environment variables (below) in
.env
- Run the development server:
npm run dev
- Navigate to http://localhost:4321
R2_BUCKET_NAME=""
R2_SECRET_ACCESS_KEY=""
R2_ACCESS_KEY_ID=""
R2_ACCOUNT_ID=""
All of the code is licensed under the MIT license, and all of the prose content I write is CC BY-NC-SA 4.0. Refer to the license text for details.