A static site generator written in Rust
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Dylan Baker 8783ea2e2a fmt 5 gadus atpakaļ
src fmt 5 gadus atpakaļ
.gitignore Initial commit. Can parse posts. 5 gadus atpakaļ
Cargo.lock Implement watch 5 gadus atpakaļ
Cargo.toml Implement watch 5 gadus atpakaļ
README.md Implement watch 5 gadus atpakaļ
test Add test script for ease of use 5 gadus atpakaļ

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