Cheetah is a scalable static site generator. For simple sites, it generates pure HTML. For more complicated sites and apps, you can add JavaScript either through regular scripts or through components.
Cheetah is available as a Conda package on Prefix.dev - add the https://prefix.dev/cheetah
channel, and install it as cheetah
(globally, for example, with pixi g i cheetah -c https://prefix.dev/cheetah
). This is the recommended way to install it.
It’s also available on the AUR as cheetah
.
Next, move on to getting started.