feat: add ability to add custom css and js
This commit is contained in:
parent
f0bfed856f
commit
4bb4bb00b4
3 changed files with 16 additions and 3 deletions
|
@ -62,6 +62,11 @@ disableHugoGeneratorInject = false
|
|||
# Prefix of link to the git commit detail page. GitInfo must be enabled.
|
||||
# gitUrl = ""
|
||||
|
||||
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
|
||||
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
|
||||
customCSS = []
|
||||
customJS = []
|
||||
|
||||
# Toggle this option need to rebuild SCSS, requires extended version of Hugo
|
||||
justifyContent = false # Set "text-align: justify" to .content.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue