--- author : ['Author Name'] title: "Configure Homepage Slides" description: "How to configure Homepage Slides section in Hugo Brewm theme" date: 2025-01-26 type: post draft: false translationKey: slide coffee: 1 tags: ['configuration', 'slide'] categories: ['homepage'] --- ## Setting up slide content The Hugo Brewm theme features a homepage slides section that showcases important content through an interactive carousel. {{< marginpar >}}You can add a `cover` parameter to add a slide cover; this parameter also changes the slide layout.{{< /marginpar >}} To create multiple slides, you'll need to make separate files containing this front matter structure: ```yaml --- type: slide title: "Slide Title" --- ``` ## Dedicated Shortcode for Slide Content ### External RSS feeds The slides section can integrate content from external sources using the RSS shortcode. ```yaml --- type: slide title: "My post on example.com" --- {{}} ``` ### Gallery with Masonry layout For a Pinterest-style layout, you can implement the pin shortcode as follows: ```toml {{}} {{}} {{}} {{}} {{}} {{}} {{}} {{}} ```