A static site generator written in Rust
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Dylan Baker 935b3a96b3 Watch whole directory but blacklist public/.git hace 5 años
src Watch whole directory but blacklist public/.git hace 5 años
.gitignore Initial commit. Can parse posts. hace 5 años
Cargo.lock Implement watch hace 5 años
Cargo.toml Implement watch hace 5 años
README.md Implement watch hace 5 años
test Add test script for ease of use hace 5 años

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