Skip to content

Commit 434f70f

Browse files
authored
Merge pull request #8 from d-oit/update-readme-1
Update the readme with detail information of the dist css and js
2 parents b3c0404 + f650140 commit 434f70f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,18 @@ Here are some examples of using the `slideshow-gallery` shortcode with different
9898

9999
These examples demonstrate how to use the `slideshow-gallery` shortcode with different parameters to customize the behavior and appearance of the slideshow gallery. For more details, refer to the `layouts/shortcodes/slideshow-gallery.html` file.
100100

101+
## dist/slideshow-gallery.js
102+
103+
The `dist/slideshow-gallery.js` file provides the JavaScript functionality required for the slideshow gallery module. This file is essential for the interactive features of the slideshow gallery, such as navigation buttons, fullscreen mode, and image transitions. It ensures that the slideshow gallery operates smoothly and provides a seamless user experience.
104+
105+
## dist/slideshow-gallery.scss
106+
107+
The `dist/slideshow-gallery.scss` file contains the SCSS styles for the slideshow gallery module. This file is included in the `assets/scss` directory and provides the necessary styles for the slideshow gallery's appearance.
108+
109+
## config.toml
110+
111+
The `dist` files are referenced in the `config.toml` file. The JavaScript file is mounted to `assets/js/modules/slideshow-gallery/slideshow-gallery.js`, and the SCSS file is included in the `assets/scss` directory.
112+
101113
<!-- MARKDOWN LINKS -->
102114
[hugo]: https://gohugo.io
103115
[hinode_docs]: https://gethinode.com

0 commit comments

Comments
 (0)