A simple startpage, iterating over multiple images from the DanDaDan opening.
To use it yourself, fork the repo and set it up to automatically deploy the startpage:
- In your repo, open the
Settings
and in there thePages
page - Click on the
Source
select and chooseGithub Actions
- Switch to the
Actions
tab, click onDeploy to Pages
and thenRun workflow
- When reloading the page, a deployment job should be pending now.
After completion, your page is deployed on
https://<your-user-name>.github.io/dandadan-startpage/
- See Customizability on how to adjust the content
Then you need to set it up in your browser.
The easiest is to pick a New tab override
browser extension in your browsers extension store and insert your page url.
Content can be adjusted in src/scripts/index.js
:
- Adjust bookmarks by updating the
bookmarks
variable - You can "pin" an image variant by passing its name in the
updateVariant
function- e.g.:
updateVariant("momo-1")
- All variant names can be found in
src/scripts/variants.js
- e.g.: