add 3 kinds of buttons to open toc content

This commit is contained in:
Mivinci 2021-12-02 13:52:55 +08:00
parent d30991a039
commit 5f6611839f
11 changed files with 130 additions and 17 deletions

View file

@ -37,10 +37,12 @@ displayDate = true
selectable = true
# Custom global font. notice: `globalFontFamily` won't be working
# on texts in some special positions like on titles
globalFontFamily = 'Helvatica sans-serif'
globalFontFamily = 'LXGW WenKai'
# If set true, all your posts will use the chosen comment plugin
# except those with a `comment: false` in their front-matter
commentOnAllPosts = false
# toc decides the shape of the toc button. e.g. default, lines, bar
toc = "lines"
# Disqus configuration
[params.disqus]