A personal website for me (Dan Buchholz) with a blog, about page, other features.
This was cloned from the NextJS starter template here and customized to my needs. It's pretty lightweight and designed to act as a blog site, with various features for experiments (such as an xterm.js terminal to explore writings).
You can see the site here.
Install dependencies:
pnpm install
Run the development server:
pnpm run dev
Build the site:
pnpm run build
PRs accepted.
Small note: If editing the README, please conform to the standard-readme specification.
MIT OR Apache-2.0, © 2024 Dan Buchholz