Remaking my personal portfolio site.
- New design
- Blog page with mdx next.js
- Photo album page parsing using static folders in git
- References page
- Resume page
- Next.JS
- React
- Vercel deployment
This directory holds all of the content for the site. All routes here are mapped to the webpage routes generated.
This is managed using Front Matter CMS in VS Code. I'm really liking this concept of a local CMS controlled by git, and it's really convenient to write in Markdown.
Future improvement may be a refactor to use .mdx files for even better flexability. However, this works for now.
First
yarn install
Then, run the development server:
yarn dev
Open http://localhost:3000 with your browser to see the result.
Email: [email protected]
- Vercel blog-starter plus TypeScript
- Steve Ruiz for AutoRefresh component to live watch .md files
- Production Checklist