You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add optional hero background image to tutorial pages
- Add hero_image field to tutorials schema in content config
- Update TutorialLayout to conditionally render background image when specified
- Position image on right 60% with gradient overlay (opaque left -> transparent right)
- Add hero image to initial-setup-jetson-orin-nano tutorial as example
- Background blurs reduce opacity when hero image is present
Each tutorial can now optionally specify a hero_image in frontmatter to display
a background image with gradient overlay, keeping text readable on the left.
> This guide supplements the official [Jetson Orin Nano Developer Kit Getting Started Guide](https://developer.nvidia.com/embedded/learn/get-started-jetson-orin-nano-devkit).
0 commit comments