You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,19 +58,25 @@ You can also clone or fork [the GitHub template](https://github.com/nuotsu/sanit
52
58
|`page`|`blog`| Blog listing || Add the [**Blog frontpage**](https://sanitypress.dev/docs/modules/blog-frontpage) module |
53
59
|`page`|`blog/*`| Blog post || Add the [**Blog post content**](https://sanitypress.dev/docs/modules/blog-post-content) module |
54
60
61
+
Read the [Getting Started docs](https://sanitypress.dev/docs/getting-started) for more information.
62
+
55
63
Alternatively, you can import the [demo site](https://demo.sanitypress.dev) dataset:
56
64
57
65
```sh
58
66
sanity dataset import src/sanity/demo.tar.gz
59
67
```
60
68
61
-
3.**Set up deployments**: Add a [Vercel](https://www.sanity.io/plugins/vercel-dashboard-widget) or [Netlify](https://www.sanity.io/plugins/sanity-plugin-dashboard-widget-netlify) widget to enable deployments from the Studio.
69
+
### 3. **Set up deployments**
70
+
71
+
Add a [Vercel](https://www.sanity.io/plugins/vercel-dashboard-widget) or [Netlify](https://www.sanity.io/plugins/sanity-plugin-dashboard-widget-netlify) widget to enable deployments from the Studio.
72
+
73
+
### 4. **Customize**
62
74
63
-
4.**Customize**: Adjust frontend styles, edit/add Sanity schema and modules, and more.
75
+
Adjust frontend styles, edit/add Sanity schema and modules, and [more](https://sanitypress.dev/blog/the-developers-guide-to-customizing-sanitypress).
0 commit comments