Преглед на файлове

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

Simon Pai преди 4 години
родител
ревизия
1f34f6827a
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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 = []