diff --git a/src/.vuepress/theme.ts b/src/.vuepress/theme.ts index 8ff6387..fb00eb3 100644 --- a/src/.vuepress/theme.ts +++ b/src/.vuepress/theme.ts @@ -81,4 +81,7 @@ export default hopeTheme({ vuePlayground: false, }, }, -}); + pageInfo: [ + "Author","Date","ReadingTime","Word" + ] +}); \ No newline at end of file