A static site generator written in Rust
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Dylan Baker 84db626b5d Create some basic default templates před 5 roky
src Create some basic default templates před 5 roky
.gitignore Initial commit. Can parse posts. před 5 roky
Cargo.lock Change name před 5 roky
Cargo.toml Change name před 5 roky
README.md Fix readme markdown před 5 roky
test Add test script for ease of use před 5 roky

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