mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add comments for customSCSS file path in config.toml (#605)
This commit is contained in:
@@ -42,7 +42,7 @@ maxSeeAlsoItems = 5
|
|||||||
enableTwemoji = false
|
enableTwemoji = false
|
||||||
# Custom CSS
|
# Custom CSS
|
||||||
customCSS = []
|
customCSS = []
|
||||||
# Custom SCSS
|
# Custom SCSS, file path is relative to Hugo's asset folder (default: {your project root}/assets)
|
||||||
customSCSS = []
|
customSCSS = []
|
||||||
# Custom JS
|
# Custom JS
|
||||||
customJS = []
|
customJS = []
|
||||||
|
|||||||
Reference in New Issue
Block a user