A static site generator written in Rust
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Dylan Baker d65f4003c9 Implement watch 6年前
src Implement watch 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