From 1cb30ff9b2694217d440ac023e095fd05a5c39c9 Mon Sep 17 00:00:00 2001 From: Gautier <109429289+gcailly@users.noreply.github.com> Date: Sun, 11 Dec 2022 14:33:12 +0100 Subject: [PATCH] Update configuration.md --- exampleSite/content/docs/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/content/docs/configuration.md b/exampleSite/content/docs/configuration.md index 43fd0b5c..71e6574f 100644 --- a/exampleSite/content/docs/configuration.md +++ b/exampleSite/content/docs/configuration.md @@ -133,6 +133,7 @@ Many of the article defaults here can be overridden on a per article basis by sp |`footer.showScrollToTop`|`true`|When set to `true` the scroll to top arrow is displayed.| |`homepage.layout`|`"page"`|The layout of the homepage. Valid values are `page`, `profile` or `custom`. When set to `custom`, you must provide your own layout by creating a `/layouts/partials/home/custom.html` file. Refer to the [Homepage Layout]({{< ref "homepage-layout" >}}) section for more details.| |`homepage.showRecent`|`false`|Whether or not to display the recent articles list on the homepage.| +|`homepage.showRecentItems`|`5`|The number of recent articles to display.| |`article.showDate`|`true`|Whether or not article dates are displayed.| |`article.showDateUpdated`|`false`|Whether or not the dates articles were updated are displayed.| |`article.showAuthor`|`true`|Whether or not the author box is displayed in the article footer.|