A static site generator written in Rust
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dylan Baker 84db626b5d Create some basic default templates пре 5 година
src Create some basic default templates пре 5 година
.gitignore Initial commit. Can parse posts. пре 5 година
Cargo.lock Change name пре 5 година
Cargo.toml Change name пре 5 година
README.md Fix readme markdown пре 5 година
test Add test script for ease of use пре 5 година

README.md

Casaubon

Casaubon is a static site generator written in Rust. I had very specific goals in mind when writing Casaubon and it is not meant to be all things for all people. Casaubon does what it is intended to do and no more.

Goals

  • Convention over configuration
  • Learn Rust
  • Fast compile times

Non-goals

  • Extensibility
  • Flexibility