Crates.io | wahoo |
lib.rs | wahoo |
version | 0.1.0 |
source | src |
created_at | 2022-12-22 19:31:57.571757 |
updated_at | 2024-01-22 20:44:07.536226 |
description | Static site generator based on Tera templating engine |
homepage | |
repository | https://github.com/aspectron/wahoo |
max_upload_size | |
id | 744074 |
size | 188,509 |
wahoo
Wahoo is a static site generator based on the Tera templating engine.
Wahoo allows you to create custom static site generation using tera templates and TOML configuration files, the data from which is available during the template rendering.
In a number of ways, Wahoo provides workflow similar to mdBook - you can edit the site while observing the real-time changes to the site in the browser.
serve
mode with an automatic re-rendering of the content and page updates triggered by file changes.Documentation for the Tera templating engine is available at https://tera.netlify.app/docs
You can install Wahoo using cargo: cargo install wahoo