A static site generator written in Rust
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dylan Baker 84db626b5d Create some basic default templates vor 6 Jahren
src Create some basic default templates vor 6 Jahren
.gitignore Initial commit. Can parse posts. vor 6 Jahren
Cargo.lock Change name vor 6 Jahren
Cargo.toml Change name vor 6 Jahren
README.md Fix readme markdown vor 6 Jahren
test Add test script for ease of use vor 6 Jahren

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