taglist, mermaid

This commit is contained in:
Jacky Zhao
2023-06-12 22:41:42 -07:00
parent 397f4f7d3a
commit 9c6046a1f8
12 changed files with 149 additions and 41 deletions

View File

@@ -58,7 +58,7 @@ const config: QuartzConfig = {
Plugin.ContentPage({
head: Component.Head(),
header: [Component.PageTitle(), Component.Spacer(), Component.Darkmode()],
body: [Component.ArticleTitle(), Component.ReadingTime(), Component.TableOfContents(), Component.Content()]
body: [Component.ArticleTitle(), Component.ReadingTime(), Component.TagList(), Component.TableOfContents(), Component.Content()]
})
]
},