Customizing the Homepage
This guide shows how to personalize the homepage by swapping images and editing animated buttons.
Replace the Placeholder Image
- Add your image to
docs/assets/
(SVG recommended for text-based images). - Open
docs/index.md
and update thesrc
attribute of the<img>
tag. - Commit the new image to your repository.
Edit the Buttons
- Buttons are defined in
docs/index.md
inside<a>
tags with the classanimated-button
. - Change the button text between the opening and closing tags.
- Update the
href
attribute to point to your target page or external link.
Tweak Animations
Animation styles live in docs/stylesheets/extra.css
.
Modify these CSS rules to change colors, hover effects, or animation speeds.