A static site generator written in Rust
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Dylan Baker ca3ad587d4 Introduce pages, move posts under /posts 5 лет назад
src Introduce pages, move posts under /posts 5 лет назад
.gitignore Initial commit. Can parse posts. 5 лет назад
Cargo.lock Change name 5 лет назад
Cargo.toml Change name 5 лет назад
README.md Change name 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