Hello World
James Taranto
Hello World
Welcome to my new homepage! This site is built with TanStack Start, styled with shadcn/ui and Tailwind CSS v4, and served by a devenv-managed toolchain.
What's here
- A short about section up front
- A few projects I'm working on
- This blog, rendered from markdown at build time
Code
Posts are plain markdown files in src/blog, loaded with
content-collections and rendered through a unified pipeline:
const result = await unified()
.use(remarkParse)
.use(remarkGfm)
.use(remarkRehype)
.use(rehypeStringify)
.process(content);
Next steps
I'll be writing more here soon. Check back for notes on the stack, the setup, and whatever I'm building next.