mirror of
https://github.com/welpo/tabi.git
synced 2025-10-10 23:38:53 +02:00
✨feat(config): add dynamic stylesheet loading (#118)
This commit is contained in:
parent
1c3db86b75
commit
fac730efad
3 changed files with 30 additions and 2 deletions
|
@ -61,6 +61,12 @@ default_theme = "light"
|
|||
# All other skins have optimal contrast.
|
||||
skin = ""
|
||||
|
||||
# List additional stylesheets to load site-wide.
|
||||
# These stylesheets should be located in your site's `static` directory.
|
||||
# Example: stylesheets = ["extra1.css", "path/extra2.css"]
|
||||
# You can load a stylesheet for a single post by adding it to the [extra] section of the post's front matter, following this same format.
|
||||
stylesheets = []
|
||||
|
||||
# Add a "copy" button to codeblocks (loads ~700 bytes of JavaScript).
|
||||
copy_button = true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue