Commit d414332
authored
Create gatsby.yml (#205)
## Description
<!-- Briefly describe what this PR adds or changes. -->
## Type of Change
- [ ] π New prompt addition
- [ ] π§ Prompt improvement/fix
- [ ] π¨ UI component (React/Tailwind)
- [ ] π§ͺ Feature implementation
- [ ] π Documentation update
- [ ] ποΈ Category organization
- [ ] π Bug fix
- [ ] π Security fix
- [ ] Other: ___________
## Category
<!-- Which category does this affect? -->
- [ ] ui-design
- [ ] web-development
- [ ] components
- [ ] ux-research
- [ ] animation
- [ ] responsive
- [ ] accessibility
- [ ] src/ (codebase change)
- [ ] supabase/ (backend change)
## Brand Alignment (for UI/component changes)
<!-- Does this change maintain the "Clinical Luxury" brand DNA? -->
- [ ] Uses Soft Ivory (#F8F8FF) as the background canvas
- [ ] Uses Deep Maroon (#800020) for primary actions and headers
- [ ] Uses Shiny Gold (#C5A028) for 1px borders and hover states (the
"Gold Stitch")
- [ ] Uses Dark Charcoal (#333333) for body text
- [ ] Supports RTL layout for Arabic localization
- [ ] N/A β no visual changes
## Checklist
### For New Prompts
- [ ] Prompt follows the established format (YAML frontmatter +
sections)
- [ ] Includes clear description
- [ ] Contains example usage
- [ ] Provides sample output (if applicable)
- [ ] Has appropriate tags
- [ ] Tested with Claude
- [ ] Placed in correct category directory
- [ ] Frontend-focused content
### For Code Changes
- [ ] `npm run lint` passes with 0 errors
- [ ] `npm run build` completes without errors
- [ ] RTL (Arabic) layout is not broken
- [ ] Mobile responsive on all breakpoints
- [ ] Tailwind uses semantic tokens (not raw hex values)
### For All Contributions
- [ ] Clear and understandable content
- [ ] No spelling or grammar errors
- [ ] Follows contribution guidelines
- [ ] No duplicate content
- [ ] No sensitive credentials or API keys committed
## Testing
- [ ] I have tested this locally
- [ ] The changes produce consistent, expected results
- [ ] The examples work as described (for prompts)
- [ ] Verified on mobile viewport
## Additional Notes
<!-- Add any additional context, screenshots, or information about your
changes here. -->
<!-- closes #[issue-number] -->1 file changed
Lines changed: 98 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
0 commit comments