You can configure a total of four posts—consisting of one large featured post and three smaller ones—to appear in the Banner section at the top of the site’s homepage.
The result looks like this:
Simply add content in the following format to your _config.linen.yml file:
It is worth noting that while you can list more than four entries under topArticles, the theme will only render the first four valid posts.
A “valid post” refers to an actual, existing article file; if you configure an entry pointing to a non-existent file, that specific record will be filtered out.
In this example, since fake-1.md and fake-2.md do not actually exist, their presence in the list does not prevent quick-start.md from being recognized as the first valid post.
You can configure a total of four posts—consisting of one large featured post and three smaller ones—to appear in the Banner section at the top of the site's homepage.
The result looks like this:

Simply add content in the following format to your `_config.linen.yml` file:
It is worth noting that while you can list more than four entries under `topArticles`, the theme will only render the first four **valid posts**.
A "valid post" refers to an actual, existing article file; if you configure an entry pointing to a non-existent file, that specific record will be filtered out.
In this example, since `fake-1.md` and `fake-2.md` do not actually exist, their presence in the list does not prevent `quick-start.md` from being recognized as the first valid post.