# Easy Moving Sanity Blog This folder contains the Sanity-ready blog model for the Easy Moving scaffold. ## Project details - Project ID: `lur8nqrd` - Dataset: `production` - Organisation ID: `oGkXktmbc` ## What is included - `sanity.config.js`: starter Studio config for the Easy Moving project. - `client.js`: front-end Sanity client config. - `schemaTypes/post.js`: main blog post document. - `schemaTypes/category.js`: blog categories. - `schemaTypes/author.js`: author profiles. - `schemaTypes/blockContent.js`: rich article body blocks. - `schemaTypes/index.js`: schema export for `sanity.config.js`. - `queries/blog.js`: GROQ queries for blog index, single post, categories and related posts. ## How to connect it later 1. Use the configured project `lur8nqrd` and dataset `production`. 2. Copy this `sanity` folder into a Sanity Studio app, or scaffold a Studio and copy `schemaTypes`. 3. Install Sanity packages in that Studio app. 4. Run the Studio, sign in, and publish the schema. 5. Add the queries from `queries/blog.js` to the site build or front-end data layer. 6. Replace the static cards in `blog/index.html` with query results. ## Draft categories - Moving guides - International - Storage - Local areas - Company news ## Starter post ideas - How to prepare for a house move - Choosing short-term or long-term storage - Planning an overseas relocation - What to pack first before moving day - Moving house in London: what to know - Export packing checklist - How to choose a removals company - Downsizing before a move The current blog pages are placeholders. Final article copy, photography and SEO metadata can be written directly in Sanity once the Studio is connected.