This is the second iteration of my portfolio site, thie time built with Next.js and Material UI
I really enjoyed learning how to use MUI to create a clean layout. My theme is based on cocopan's theme for Vim, Iceberg.
I also took advantage of the NextJS getStaticPaths()
and getStaticProps()
to dynamically render case studies. The content for the case studies is written using markdown, and processed with Gray-Matter.
git clone https://github.com/farmeroy/portfolio2.0.git
npm install
npm run dev
Open http://localhost:3000 with your browser to see the result.