Sfoglia il codice sorgente

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

Simon Pai 4 anni fa
parent
commit
1f34f6827a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      exampleSite/config.toml

+ 1 - 1
exampleSite/config.toml

@@ -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 = []