#static-site-generator #djot #markup #plain #themes

app djot-ssg

Plain and simple static site generator for Djot markup

5 stable releases

2.0.1 Aug 30, 2024
1.1.1 Aug 30, 2024
1.0.0 Aug 20, 2024

#552 in Template engine

MIT license

17KB
359 lines

Djot Static Site Generator

This is the simplest implementation of a Djot static site generator that I could come up with. No themes, or anything.

Usage

cargo install djot-ssg

djot-ssg <TARGET_DIRECTORY> -o [OUTPUT_DIRECTORY]

Support Goals

This static site generator aims to support:

  • Plaintext HTML
  • Linking to pages within static site
  • Image resources
  • Templates (must be named template.html)

Dependencies

~2–9MB
~84K SLoC