Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Cai <github@jimmycai.com>2022-03-04 01:48:26 +0300
committerGitHub <noreply@github.com>2022-03-04 01:48:26 +0300
commit86ad00cf8cbbc6b212d68afcedf28cda8b552690 (patch)
tree67a1f9a65e053c74045101d1fd88caf5e54c096b
parente22664be13a89b7e0401c3652340569316bb417e (diff)
doc: add categories widget to exampleSite
-rw-r--r--exampleSite/config.yaml3
1 files changed, 3 insertions, 0 deletions
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