Add comments for customSCSS file path in config.toml (#605)

This commit is contained in:
Simon Pai
2021-11-03 01:34:28 +08:00
committed by GitHub
parent 427f124aed
commit 1f34f6827a

View File

@@ -42,7 +42,7 @@ maxSeeAlsoItems = 5
enableTwemoji = false enableTwemoji = false
# Custom CSS # Custom CSS
customCSS = [] customCSS = []
# Custom SCSS # Custom SCSS, file path is relative to Hugo's asset folder (default: {your project root}/assets)
customSCSS = [] customSCSS = []
# Custom JS # Custom JS
customJS = [] customJS = []