WIP:options in FolderContent
This commit is contained in:
parent
61c5a1d769
commit
de4ecd7196
1 changed files with 6 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
import { QuartzConfig } from "./quartz/cfg"
|
||||
import { FolderContent } from "./quartz/components"
|
||||
import * as Plugin from "./quartz/plugins"
|
||||
|
||||
/**
|
||||
|
@ -77,7 +78,11 @@ const config: QuartzConfig = {
|
|||
Plugin.AliasRedirects(),
|
||||
Plugin.ComponentResources(),
|
||||
Plugin.ContentPage(),
|
||||
Plugin.FolderPage(),
|
||||
Plugin.FolderPage({
|
||||
pageBody: FolderContent({
|
||||
showFolderCount: false,
|
||||
}),
|
||||
}),
|
||||
Plugin.TagPage(),
|
||||
Plugin.ContentIndex({
|
||||
enableSiteMap: true,
|
||||
|
|
Loading…
Reference in a new issue