My personal website.
Home of my various projects, technical writings, and personal blogging.
The current home for my personal site is nick.af, but it has changed over the years. This one is hands down my favorite domain ever, and I plan to keep it forever 😁 🥰
Next.JS
- JS framework to handle the frontend routingTailwindCSS
- styles, color schemes, and designs- Deployed to Cloudflare Pages as a static site
PS: This site is meant to be a markdown powered static website. It uses a helper
library I am working on called zumo
that
adds assorted helper utilities for generating, filtering, and parsing the
markdown files.
If you don't know, you can run these 3 commands on this repo to build the site locally:
# install dependencies
pnpm install
# serve with hot reload at localhost:3000
pnpm dev