Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.11 KB

License: MIT Twitter Follow

My personal website running on Next.js

Built using

Development

git clone https://github.com/jeffjadulco/jeffjadulco.com.git
cd jeffjadulco.com
npm install
npm run dev

Configuration

  • 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 and useAnalytics.

Old version

I initially made this website using Gatsby, here's the tagged version for the last commit before migrating to Next.js: v1.3

License

This project is open source and available under the MIT License