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 935b3a96b3 Watch whole directory but blacklist public/.git před 6 roky
src Watch whole directory but blacklist public/.git před 6 roky
.gitignore Initial commit. Can parse posts. před 6 roky
Cargo.lock Implement watch před 6 roky
Cargo.toml Implement watch před 6 roky
README.md Implement watch před 6 roky
test Add test script for ease of use před 6 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