https://github.com/nickfrosty/website
Nick Frostbutter's personal website
https://github.com/nickfrosty/website
nextjs ssg tailwindcss vercel
Last synced: 11 months ago
JSON representation
Nick Frostbutter's personal website
- Host: GitHub
- URL: https://github.com/nickfrosty/website
- Owner: nickfrosty
- Created: 2022-10-02T02:42:03.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-17T01:36:27.000Z (over 1 year ago)
- Last Synced: 2025-03-17T02:39:00.926Z (over 1 year ago)
- Topics: nextjs, ssg, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://nick.af
- Size: 15.1 MB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nick Frostbutter's Personal Website
My personal website.
Home of my various projects, technical writings, and personal blogging.
## Find me online
The current home for my personal site is [nick.af](https://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 😁 🥰
- [@nickfrosty on Twitter](https://twitter.com/nickfrosty)
- [@nickfrosty on IndieHackers](https://indiehackers.com/nickfrosty)
- [@nickfrosty on GitHub](https://github.com/nickfrosty)
- [@nickfrosty on NPM](https://npmjs.com/~nickfrosty)
## The stack
- `Next.JS` - JS framework to handle the frontend routing
- `TailwindCSS` - styles, color schemes, and designs
- Deployed to [Cloudflare Pages](https://pages.cloudflare.com/) 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`](https://www.npmjs.com/package/zumo) that
adds assorted helper utilities for generating, filtering, and parsing the
markdown files.
## Build Setup
If you don't know, you can run these 3 commands on this repo to build the site
locally:
```bash
# install dependencies
pnpm install
# serve with hot reload at localhost:3000
pnpm dev
```