WIP:options in FolderContent
This commit is contained in:
parent
1dd4bc524b
commit
e73bc1a0af
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"
|
||||
|
||||
/**
|
||||
|
@ -76,7 +77,11 @@ const config: QuartzConfig = {
|
|||
Plugin.AliasRedirects(),
|
||||
Plugin.ComponentResources({ fontOrigin: "googleFonts" }),
|
||||
Plugin.ContentPage(),
|
||||
Plugin.FolderPage(),
|
||||
Plugin.FolderPage({
|
||||
pageBody: FolderContent({
|
||||
showFolderCount: false,
|
||||
}),
|
||||
}),
|
||||
Plugin.TagPage(),
|
||||
Plugin.ContentIndex({
|
||||
enableSiteMap: true,
|
||||
|
|
Loading…
Reference in a new issue