Explorar o código

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

Simon Pai %!s(int64=4) %!d(string=hai) anos
pai
achega
1f34f6827a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      exampleSite/config.toml

+ 1 - 1
exampleSite/config.toml

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