A static site generator written in Rust
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Dylan Baker 346794e194 Implement drafts 6 роки тому
src Implement drafts 6 роки тому
.gitignore Initial commit. Can parse posts. 6 роки тому
Cargo.lock Implement watch 6 роки тому
Cargo.toml Implement watch 6 роки тому
README.md Implement watch 6 роки тому
test Add test script for ease of use 6 роки тому

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