djot-ssg

Crates.iodjot-ssg
lib.rsdjot-ssg
version2.0.1
sourcesrc
created_at2024-08-20 20:12:44.240607
updated_at2024-08-30 20:21:31.301644
descriptionPlain and simple static site generator for Djot markup
homepage
repositoryhttps://github.com/ryanabx/djot-ssg
max_upload_size
id1345749
size55,961
Ryan Brue (ryanabx)

documentation

README

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)
Commit count: 0

cargo fmt