mirror of https://github.com/jpanther/congo.git
Update configuration.md
parent
42cdeb24e8
commit
1cb30ff9b2
|
@ -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.|
|
|`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.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.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.showDate`|`true`|Whether or not article dates are displayed.|
|
||||||
|`article.showDateUpdated`|`false`|Whether or not the dates articles were updated 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.|
|
|`article.showAuthor`|`true`|Whether or not the author box is displayed in the article footer.|
|
||||||
|
|
Loading…
Reference in New Issue