From 86ad00cf8cbbc6b212d68afcedf28cda8b552690 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Thu, 3 Mar 2022 22:48:26 +0000 Subject: [PATCH] doc: add categories widget to exampleSite --- exampleSite/config.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index b2fe1d3..cfad0a0 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -147,6 +147,9 @@ params: - type: archives params: limit: 5 + - type: categories + params: + limit: 10 - type: tag-cloud params: limit: 10