Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickfrosty/website
Nick Frostbutter's personal website
https://github.com/nickfrosty/website
nextjs ssg tailwindcss vercel
Last synced: 3 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 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-04T15:32:53.000Z (6 months ago)
- Last Synced: 2024-10-12T01:27:33.497Z (3 months ago)
- Topics: nextjs, ssg, tailwindcss, vercel
- Language: TypeScript
- Homepage: https://nick.af
- Size: 15 MB
- Stars: 7
- Watchers: 1
- Forks: 4
- 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 sitePS: 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
```