Locate the following line
https://github.com/agahkarakuzu/carousel/blob/7a71f9bf80d447d7557cb5dc2f71871fdbbef956/index.html#L33
and update it with the new owner/repo
- img.src = `https://github.com/agahkarakuzu/carousel/refs/heads/main/img/${fileName}`;
+ img.src = `https://github.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
https://github.com/agahkarakuzu/carousel/blob/7b9c7c49a0244d94b1f8d4ef7af61b8f797e2482/index.html#L43
That being said, you can incorporate any reveal.js component as long as you link the necessary (css and js) sources.