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 d65f4003c9 Implement watch vor 6 Jahren
src Implement watch vor 6 Jahren
.gitignore Initial commit. Can parse posts. vor 6 Jahren
Cargo.lock Implement watch vor 6 Jahren
Cargo.toml Implement watch vor 6 Jahren
README.md Implement watch vor 6 Jahren
test Add test script for ease of use vor 6 Jahren

README.md

Tlon

Tlon is a static site generator written in Rust. I had very specific goals in mind when writing Tlon and it is not meant to be all things for all people. Tlon does what it is intended to do and no more.

Goals

  • Convention over configuration
  • Learn Rust
  • Fast compile times

Non-goals

  • Extensibility
  • Flexibility