2 unstable releases

0.1.0 Jan 22, 2024
0.0.0 Dec 22, 2022

#187 in Template engine

28 downloads per month

MIT/Apache

93KB
2K SLoC

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.

Overview

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.

Features

  • Unstructured TOML configuration files data from which is available to tera templates during rendering.
  • serve mode with an automatic re-rendering of the content and page updates triggered by file changes.
  • Support for full-page or partial markdown content.

Documentation for the Tera templating engine is available at https://tera.netlify.app/docs

Install

You can install Wahoo using cargo: cargo install wahoo

Dependencies

~0–18MB
~219K SLoC