This is Marisa Morby’s website source code. It’s made of two parts:
- A Gatsby theme that loads blog posts from Sanity.io and creates pages for them
- A Gatsby site that implements and extends the theme to include the rest of the pages and styling
This repo is a Yarn workspace. This makes it easier to develop the site while tweaking the underlying theme.
To run the site locally:
# clone the repo and move into the project
git clone [email protected]:jlengstorf/marisamorby.com.git
cd marisamorby.com/
# install dependencies
yarn
# start the development server
yarn workspace site develop