taxus

A static site generator built in Rust.

Founded on Tera and Yew. Named for the genus of the yew tree.

Islands

Interactivity Two Ways

Plain 'ol JavaScript

Taxus outputs an empty scripts.js for you to fill as you see fit. Use it for simple things to enable interactivity and change across your site.

WebAssembly with Yew

This feature is very experimental, but with the power of Yew you can create widgets that tap into the performance of WebAssembly. Here's a counter widget to demonstrate:

Counter Widget

3