A static site generator written in Rust
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Dylan Baker 8783ea2e2a fmt před 5 roky
src fmt před 5 roky
.gitignore Initial commit. Can parse posts. před 5 roky
Cargo.lock Implement watch před 5 roky
Cargo.toml Implement watch před 5 roky
README.md Implement watch před 5 roky
test Add test script for ease of use před 5 roky

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