From 1f34f6827a8cc0bc80519d30c7b3750e20404054 Mon Sep 17 00:00:00 2001 From: Simon Pai Date: Wed, 3 Nov 2021 01:34:28 +0800 Subject: [PATCH] Add comments for customSCSS file path in config.toml (#605) --- exampleSite/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index dc8eb44..9619c7f 100644 --- a/exampleSite/config.toml +++ b/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 = []