A static site generator written in Rust
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Dylan Baker 84db626b5d Create some basic default templates 6 år sedan
src Create some basic default templates 6 år sedan
.gitignore Initial commit. Can parse posts. 6 år sedan
Cargo.lock Change name 6 år sedan
Cargo.toml Change name 6 år sedan
README.md Fix readme markdown 6 år sedan
test Add test script for ease of use 6 år sedan

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