summaryrefslogtreecommitdiff
path: root/hugo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'hugo.toml')
-rw-r--r--hugo.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/hugo.toml b/hugo.toml
index 3932508..9884a40 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -12,9 +12,10 @@ colorPalette = 'primary'
12hideHeader = false 12hideHeader = false
13 13
14# Lists parameters 14# Lists parameters
15paginationSize = 15
16listSummaries = false 15listSummaries = false
17listDateFormat = '2006 Jan 02' 16listDateFormat = '2006 Jan 02'
18 17
19# Breadcrumbs 18# Breadcrumbs
20breadcrumbs = false \ No newline at end of file 19breadcrumbs = false
20
21disableKinds = ["taxonomy", "tags"] \ No newline at end of file