소스 검색

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