Allow loading additional scripts (hopefully people won't do anything horrible with this)
This commit is contained in:
@ -42,12 +42,17 @@ date_format = "%d %B %Y"
|
||||
issues_url = "https://codeberg.org/daudix/duckquill/issues"
|
||||
# URL to website's source code
|
||||
source_url = "https://codeberg.org/daudix/duckquill"
|
||||
# Additional stylesheets; expects it to be in the "./static/" directory.
|
||||
# Additional CSS stylesheets; expects them to be in the "./static/" directory.
|
||||
# If you are using Sass it will be generated there automatically.
|
||||
# stylesheets = [
|
||||
# "YOUR_STYLE.css",
|
||||
# "ALSO_YOUR_STYLE.css"
|
||||
# ]
|
||||
# Additional JavaScript scripts; expects them to be in the "./static/" directory.
|
||||
# scripts = [
|
||||
# "YOUR_SCRIPT.js",
|
||||
# "ALSO_YOUR_SCRIPT.js"
|
||||
# ]
|
||||
# Whether to display "copy code" button on all code blocks
|
||||
# that have the language set.
|
||||
# See https://www.getzola.org/documentation/content/syntax-highlighting/
|
||||
|
Reference in New Issue
Block a user