add-expert
Installation
SKILL.md
Steps
-
Add the expert's photo to both:
packages/docs/static/img/freelancers/<firstname>.pngpackages/promo-pages/public/img/freelancers/<firstname>.png
The image should be a square headshot (PNG format). Both paths must have the same file.
-
Add an entry to the
expertsarray inpackages/promo-pages/src/components/experts/experts-data.tsx:{ slug: 'firstname-lastname', name: 'First Last', image: '/img/freelancers/<firstname>.png', website: 'https://example.com' | null, x: 'twitter_handle' | null, github: 'github_username' | null, linkedin: 'in/linkedin-slug/' | null,
Related skills
More from remotion-dev/remotion
web-renderer-test
Add a test case to the web renderer
913writing-docs
Guides for writing and editing Remotion documentation. Use when adding docs pages, editing MDX files in packages/docs, or writing documentation content.
897make-pr
Open a pull request for the current feature
843video-report
Generate a report about a video
799docs-demo
Add an interactive demo to the Remotion documentation. Use when creating a new <Demo> component for docs pages.
665add-sfx
Add a new sound effect to @remotion/sfx
620