#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

#63 in Template engine

Download history 185/week @ 2024-08-19 386/week @ 2024-08-26 16/week @ 2024-09-02

587 downloads per month

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
~85K SLoC