https://github.com/jlengstorf/sanity-portfolio-studio
A Sanity.io instance that powers a Gatsby portfolio site. Watch it get built live:
https://github.com/jlengstorf/sanity-portfolio-studio
example livestream portfolio sanity sanity-io
Last synced: about 2 months ago
JSON representation
A Sanity.io instance that powers a Gatsby portfolio site. Watch it get built live:
- Host: GitHub
- URL: https://github.com/jlengstorf/sanity-portfolio-studio
- Owner: jlengstorf
- Created: 2019-01-31T18:48:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T20:24:34.000Z (over 6 years ago)
- Last Synced: 2025-03-17T08:45:06.600Z (2 months ago)
- Topics: example, livestream, portfolio, sanity, sanity-io
- Language: JavaScript
- Homepage: https://www.youtube.com/watch?v=SLGkyodumKI&list=PLz8Iz-Fnk_eTpvd49Sa77NiF8Uqq5Iykx&index=1
- Size: 72.3 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sanity + Gatsby Portfolio — Sanity Studio
[Espen](https://twitter.com/rexxars) taught [Jason](https://twitter.com/jlengstorf) how to build a portfolio site using [Sanity](https://sanity.io) and [Gatsby](https://gatsbyjs.org).
This is the Sanity Studio instance that powers the portfolio. It includes the data models for adding projects and authors.
## Get started
```shell
# Install the Sanity CLI
npm i -g @sanity/cli# Within this folder, run
sanity init# and follow the instructions to create a new project.
# We recommend using a public dataset the first time
```## See also:
- The [Gatsby site that uses this data](https://github.com/jlengstorf/sanity-gatsby-portfolio)
- The [video of this project being built](https://youtu.be/SLGkyodumKI)
- [Sanity’s documentation](https://www.sanity.io/docs/)
- [Gatsby’s documentation](https://www.gatsbyjs.org/docs/)