My personal website running on Next.js
git clone https://github.com/jeffjadulco/jeffjadulco.com.git
cd jeffjadulco.com
npm install
npm run dev
- MDX - located in
content/blog
- Analytics - I'm using GoatCounter. If you want to remove or replace it, remove/replace the
goat-counter
script in_document.tsx
anduseAnalytics
.
I initially made this website using Gatsby, here's the tagged version for the last commit before migrating to Next.js: v1.3
This project is open source and available under the MIT License