krz/orgo

Lightning fast org-mode static site generator.

clone: git clone https://gitbay.org/krz/orgo.git

ba3ce6b79531dbc8bb2818b94cfbca693bcd35ef

signed_unknown_key

author: Christian Cleberg <hello@cleberg.net> · 2026-08-14T21:22:41Z
committer: <noreply@github.com>

Merge pull request #17 from krazywarez/themes

add built-in site themes
 README.md                       |   5 +-
 docs/guide/02-configuration.org |  50 +++++++
 docs/guide/04-templates.org     |  14 ++
 docs/guide/10-deploying.org     |   4 +-
 docs/guide/11-versioning.org    |   9 +-
 docs/orgo.toml                  |   5 +
 docs/quickstart.org             |   2 +-
 docs/style.css                  | 136 ++----------------
 docs/templates/base.html        |   5 +-
 src/config.rs                   |  32 ++++-
 src/lib.rs                      |   1 +
 src/main.rs                     |  14 +-
 src/site.rs                     |  26 ++++
 src/template.rs                 |  16 +++
 src/theme.rs                    |  43 ++++++
 tests/config.rs                 | 110 +++++++++++++++
 themes/blog.css                 | 298 ++++++++++++++++++++++++++++++++++++++++
 themes/docs.css                 | 247 +++++++++++++++++++++++++++++++++
 themes/plain.css                | 205 +++++++++++++++++++++++++++
 themes/wiki.css                 | 275 ++++++++++++++++++++++++++++++++++++
 20 files changed, 1362 insertions(+), 135 deletions(-)