Index
The Index Component displays one to two collections of Pages, the first one primary and the second complementary. The standard view is to render the main collection bigger and to the right on the Page:
The complementary collection will be smaller, and on the left, below the Page Title and Page Content. In the Page's Frontmatter, you can define one or both of these collections:
title: Scholar content: items: "@page.children": "/docs" limit: 10 aside: items: "@page.children": "/blog" order: by: date dir: desc limit: 10 logo: line-awesome-book.svg
If only the main-collection, content
, is defined, only it is rendered:
You can also include a logo above the Page Title, by using the logo
-property and linking it to an image.