gradient

Setting up Sanity.io

Steps to get going with sanity.io

Setting up Sanity.io
  1. npm install -g @sanity/cli && sanity init
  2. Selected Typescript and blog schema.
  3. Altered schema to match nextjs-portofolio.
  4. Had to copy tailwind.config.js from nextjs-portfolio to my new sanity project for it not to blow up when doing pnpm dev.

Trying out Nextjs 13. Using template from https://github.com/leerob/leerob.io.git. This seems really nice, thanks @leerob. See http://leerob.io for more info and see the original work. - Daniel Wanja

Update: albeit sanity.io seems pretty cool I removed from this repo and now use local .mdx for the blog and snippets.