A static site generator written in Rust
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Dylan Baker 0e6a98c16d Fix readme markdown 5 年前
src Make separate page template 5 年前
.gitignore Initial commit. Can parse posts. 5 年前
Cargo.lock Change name 5 年前
Cargo.toml Change name 5 年前
README.md Fix readme markdown 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