feat(config): add dynamic stylesheet loading (#118)

This commit is contained in:
Óscar
2023-08-26 15:07:21 +02:00
committed by GitHub
parent 1c3db86b75
commit fac730efad
3 changed files with 30 additions and 2 deletions

View File

@@ -176,6 +176,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