A static site generator written in Rust
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Dylan Baker 108156d3ed Make separate page template il y a 5 ans
src Make separate page template il y a 5 ans
.gitignore Initial commit. Can parse posts. il y a 5 ans
Cargo.lock Change name il y a 5 ans
Cargo.toml Change name il y a 5 ans
README.md Change name il y a 5 ans
test Add test script for ease of use il y a 5 ans

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