···11---
22-title: Videos
33-description: trueberryless is also active on YouTube
44-template: splash
55-hero:
66- tagline: trueberryless is also active on YouTube
77- image:
88- file: ../../assets/houston.webp
99- actions:
1010- - text: List of all videos
1111- link: /videos
1212- icon: right-arrow
1313- - text: Visit the channel
1414- link: https://www.youtube.com/@trueberryless
1515- icon: external
1616- variant: minimal
22+title: All videos
33+video:
44+ type: videos
175---
1818-1919-import { Card, CardGrid } from "@astrojs/starlight/components";
2020-2121-## Next steps
2222-2323-<CardGrid stagger>
2424- <Card title="Update content" icon="pencil">
2525- Edit `src/content/docs/index.mdx` to see this page change.
2626- </Card>
2727- <Card title="Add new content" icon="add-document">
2828- Add Markdown or MDX files to `src/content/docs` to create new pages.
2929- </Card>
3030- <Card title="Configure your site" icon="setting">
3131- Edit your `sidebar` and other config in `astro.config.mjs`.
3232- </Card>
3333- <Card title="Read the docs" icon="open-book">
3434- Learn more in [the Starlight Docs](https://starlight.astro.build/).
3535- </Card>
3636-</CardGrid>
-5
starlight/src/content/docs/videos/index.md
···11----
22-title: All videos
33-video:
44- type: videos
55----