Просмотр исходного кода

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

Simon Pai 4 лет назад
Родитель
Сommit
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 = []