balzac 0.1.0

A blazingly fast static site generator
Documentation

Balzac

an experiment in building a static site generator using rust

Usage

  • Install balzac
  • Create a balzac.toml configuration file

Config Reference

  • output_directory : the directory where the generated website will be sent to
  • pages_directory: the directory where static pages will reside (like your index)
  • global: fill this array if you want to have global data available in all the templates and files

Development

All required tooling can be installed using mise with mise install