The code that powers marvinmessenzehl.com.
- Framework: Next.js
- Deployment: Vercel
- Styling: Tailwind CSS
In early 2023, I refactored my site to use the new app/
directory in Next.js 13. I went ahead and shipped it, but there are still a few things I want to do:
- Adding analytics with Fathom
- Adding a footer
- Migrating over my portfolio
- Adding the
/work
site with services like crits and other things - RSS Feed for the blog
- Newsletter Signup and notification if new blog posts are live
- SEO Optimization and OG image sharing
- Like Counter for the Blog Posts
- Add a
/uses
site - Add a Hacker News Reader as a fun little side project
- Making all links blue?!
- Creating a
/work-with-me
site
Clone the repository:
git clone [email protected]:yOoMarvin/yoomarvin-next.git
cd
into the directory:
cd yoomarvin-next
Install dependencies:
npm install
Start the client:
npm run dev
Open the site:
localhost:3000