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