#site #generator #blog #markdown

app thea

Thea is an from-memory website generator and server

6 releases

0.1.5 Jan 29, 2020
0.1.4 Jan 29, 2020

#6 in #site

Download history 1/week @ 2022-11-13 2/week @ 2022-12-04 2/week @ 2022-12-25 1/week @ 2023-01-08 4/week @ 2023-01-15 9/week @ 2023-01-22 7/week @ 2023-01-29 31/week @ 2023-02-05 34/week @ 2023-02-12 6/week @ 2023-02-19

71 downloads per month

MIT license

31KB
739 lines

Thea (Documentation)

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):

  1. Outstanding server to client performance.
  2. Frustration-free setup and configuration.
  3. Powerful, versatile templating.

Documentation

Dependencies

~35MB
~737K SLoC