Locate the following line
and update it with the new owner/repo
- img.src = `https://raw.githubusercontent.com/agahkarakuzu/carousel/refs/heads/main/img/${fileName}`;
+ img.src = `https://raw.githubusercontent.com/{{NEW_GITHUB_OWNER}}/{{NEW_REPO_NAME}}/refs/heads/main/img/${fileName}`;To contain the list of new images, pay attention to the image extensions. Images will appear in the order you provided in this file:
[
"my_new_image.png",
"my_new_image_2.jpg"
]- Make sure that the pages are enabled with GitHub actions, using the "static website" template.
Your image carousel should be available at https://{{NEW_GITHUB_OWNER}}.github.io/{{NEW_REPO_NAME}}
You can update the index.html file to use one of the supported revealjs transitions
That being said, you can incorporate any reveal.js component as long as you link the necessary (css and js) sources.