-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsite.json
More file actions
21 lines (21 loc) · 1.17 KB
/
Copy pathsite.json
File metadata and controls
21 lines (21 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"canonical": "https://tmhsdigital.github.io/Blender-Developer-Tools/",
"favicon": "assets/favicon.svg",
"ogImage": "https://tmhsdigital.github.io/Blender-Developer-Tools/assets/og-card.jpg",
"ogImageWidth": 1200,
"ogImageHeight": 630,
"ogImageAlt": "Four renders from the examples gallery: a red low-poly hatchback, a soccer ball, gold spikes aimed at a glowing sphere, and two spheres on pedestals labelled linked and unlinked",
"compatibility": {
"claude": "Claude Code",
"os": ["Windows", "macOS", "Linux"]
},
"links": {
"github": "https://github.com/TMHSDigital/Blender-Developer-Tools"
},
"installSteps": [
"Clone the repo: <code>git clone https://github.com/TMHSDigital/Blender-Developer-Tools</code>",
"<strong>Cursor:</strong> copy <code>rules/</code> into your project's <code>.cursor/rules/</code> — they auto-apply via scope globs; reference skills by name in chat",
"<strong>Claude Code:</strong> copy <code>skills/</code> and <code>rules/</code> into your project workspace, or point Claude Code at the checkout",
"Grab <code>snippets/</code> and <code>templates/</code> as starting points for add-ons and headless batch jobs"
]
}