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

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