--- title: "Homepage" date: "2024-10-14" summary: "Homepage parameters" description: "Homepage parameters" toc: false readTime: false autonumber: true math: false showTags: false --- The homepage offers minimal customization options, you can specify an intro, and a collection to display. ## Intro Section Text you write in `content/home.md` will be embedded after the header on the homepage. ## Display a Collection You can decide to include a collection in your homepage: ```toml [params] homeCollectionTitle = 'Posts' homeCollection = 'posts' ``` The above example includes the `/posts` collection. Note that you can omit the title if you prefer.