joeymckenzie.tech icon indicating copy to clipboard operation
joeymckenzie.tech copied to clipboard

My personal slice of the internet.

joeymckenzie.tech

My personal website and tech blog where I write about languages, frameworks, ecosystems, and sometimes beer. A list of technologies that help power this overly complicated glorified landing page:

  • Rust 🦀
  • Leptos - a full stack Rust framework for the web
  • Neon - serverless Postgres
  • DaisyUI - Tailwind made easy
  • Fly - containerized hosting
  • Shiki - code highlighting
  • A bunch of helpful crates like sqlx and axum

Getting started

Anyone is free to clone/copy this repository for their own use case. To get started, make sure cargo-make is installed. There's quite a few tasks, but the primary ones I use are the dev and content tasks. Simply spin up the local dev server with cargo make dev and you're all set!