#static-site-generator

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

#1362 in Web programming

30 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