Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onweru/compose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/docs/clarity/theme-overrides.md')
-rw-r--r--exampleSite/content/docs/clarity/theme-overrides.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/docs/clarity/theme-overrides.md b/exampleSite/content/docs/clarity/theme-overrides.md
index abcb933..11ba63f 100644
--- a/exampleSite/content/docs/clarity/theme-overrides.md
+++ b/exampleSite/content/docs/clarity/theme-overrides.md
@@ -7,7 +7,7 @@ weight=18
To minimize HTTP requests per page, we would recommend loading CSS styles and JavaScript helpers in single bundles. That is to say, one CSS file and one JavaScript file. Using Hugo minify functions, these files will be minified to optimize the size.
-Going by the above 👆🏻 reason, we recommend adding custom CSS and JS via [this custom SASS file](https://github.com/chipzoller/hugo-clarity/blob/master/assets/sass/_custom.sass) and [custom JavaScript file](https://github.com/chipzoller/hugo-clarity/blob/master/assets/js/custom.js).
+Going by the above 👆🏻 reason, we recommend adding custom CSS and JS via the custom SASS file ([Compose](https://github.com/onweru/compose/blob/master/assets/sass/_custom.sass), [Clarity](https://github.com/chipzoller/hugo-clarity/blob/master/assets/sass/_custom.sass)) and the custom JS file ([Compose](https://github.com/onweru/compose/hugo-compose/blob/master/assets/js/custom.js), [Clarity](https://github.com/chipzoller/hugo-clarity/blob/master/assets/js/custom.js)).
However, sometimes you may need to load additional style or script files. In such cases, you can add custom `.css` and `.js` files by listing them in the `config.toml` file (see the snippet below). Similar to images, these paths should be relative to the `static` directory.
@@ -35,4 +35,4 @@ Similar, if you want to add some code right before the body end, create your own
```
layouts/partials/hooks/body-end.html
-``` \ No newline at end of file
+```