A static site generator written in Rust
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Dylan Baker 935b3a96b3 Watch whole directory but blacklist public/.git 6 anos atrás
src Watch whole directory but blacklist public/.git 6 anos atrás
.gitignore Initial commit. Can parse posts. 6 anos atrás
Cargo.lock Implement watch 6 anos atrás
Cargo.toml Implement watch 6 anos atrás
README.md Implement watch 6 anos atrás
test Add test script for ease of use 6 anos atrás

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