diff options
author | amzrk2 | 2020-06-04 20:08:43 +0800 |
---|---|---|
committer | amzrk2 | 2020-06-04 20:08:43 +0800 |
commit | 914bf54c493b299268c293be33a8babf99b1cce2 (patch) | |
tree | c98ee9fbdb6f474579aa769a2a4b0b4c98fd21f1 /exampleSite | |
parent | 102399b0f8273bc7bb8c3cd881304d1fc01ee2fe (diff) | |
download | hugo-theme-fuji-914bf54c493b299268c293be33a8babf99b1cce2.tar.gz hugo-theme-fuji-914bf54c493b299268c293be33a8babf99b1cce2.tar.bz2 hugo-theme-fuji-914bf54c493b299268c293be33a8babf99b1cce2.zip |
Custom scss variable support
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index c54812d..72e22b7 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -71,8 +71,8 @@ paginate = 10 # 8:9 lazyPlaceholderCol = "/assets/lazyload/dsrca_loading_480x540.svg" - # Load `fuji.min.css` and `fuji.min.js` from jsDelivr - # mainAssetsCDN = true + # Use Hugo Pipes in Hugo Extended Version to compile SCSS + # useHugoPipes = true [markup] [markup.goldmark] |