This is a Next.js project powering davidsouther.com. It includes David Souther's public resume & own published works.
- Run the project locally with
npm run dev
- Resume content is in
./src/pages/resume.json
- Blog content is in
./posts
- Resume content is in
- Prepare the project for deployment with
npm run export
- Updates are deployed via gh-pages pointed at the
docs
folder
- Updates are deployed via gh-pages pointed at the