This portfolio is built with Next.js and a library called Nextra. It allows you to write Markdown and focus on the content of your portfolio. This starter includes:
theme.config.js
or change the footer.scripts/gen-rss.js
.pages/_document.js
.pages/posts/*.md
with your own content.Deploy the example using Vercel:
Execute create-next-app
with npm or Yarn to bootstrap the example:
npx create-next-app --example blog my-blog
# or
yarn create next-app --example blog my-blog
Deploy it to the cloud with Vercel (Documentation).