A Hugo module to add GSAP animations to your Hinode site
Hinode is a clean blog theme for Hugo, an open-source static site generator. Hinode is available as a template, and a main theme. This repository maintains a Hugo module to add GSAP animations to a Hinode site. Visit the Hinode documentation site for installation instructions.
This modules exposes only the GSAP plugins (ScrollTrigger and SplitText) by default. All extensions provided by GSAP are available in the dist
folder. Override or modify the mount configuration in config.toml
as needed. Register the plugins by adding them to the function gsap.registerPlugin
in the file assets/js/modules/gsap/_init.js
.
This module uses semantic-release to automate the release of new versions. The package uses husky
and commitlint
to ensure commit messages adhere to the Conventional Commits specification. You can run npx git-cz
from the terminal to help prepare the commit message.