diff options
Diffstat (limited to 'hugo.toml')
| -rw-r--r-- | hugo.toml | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -12,9 +12,10 @@ colorPalette = 'primary' | |||
| 12 | hideHeader = false | 12 | hideHeader = false |
| 13 | 13 | ||
| 14 | # Lists parameters | 14 | # Lists parameters |
| 15 | paginationSize = 15 | ||
| 16 | listSummaries = false | 15 | listSummaries = false |
| 17 | listDateFormat = '2006 Jan 02' | 16 | listDateFormat = '2006 Jan 02' |
| 18 | 17 | ||
| 19 | # Breadcrumbs | 18 | # Breadcrumbs |
| 20 | breadcrumbs = false \ No newline at end of file | 19 | breadcrumbs = false |
| 20 | |||
| 21 | disableKinds = ["taxonomy", "tags"] \ No newline at end of file | ||
