Crates.io | thea |
lib.rs | thea |
version | 0.1.5 |
source | src |
created_at | 2020-01-24 17:05:27.72691 |
updated_at | 2020-01-29 15:24:48.272695 |
description | Thea is an from-memory website generator and server. |
homepage | https://github.com/elliotekj/thea |
repository | https://github.com/elliotekj/thea |
max_upload_size | |
id | 201574 |
size | 93,076 |
Thea is a from-memory website generator and server designed to get the requested resource from server to client as quickly as possible, with as little setup as possible. Much like a static site generator, Thea takes HTML / Markdown / etc files and renders pages from them via liquid-based templates. Where a static site generator would write those pages to HTML files, Thea keeps them in, and serves them from, memory.
Design goals (in order):