doit/README.org
2024-07-16 00:25:06 +03:00

333 B

DOIT

DOIT (or doit) is a static site generator (SSG) that uses pandoc to convert org-mode documents into html with given templates.

Usage

  1. clone the repo
  2. customize doit
  3. customize template(s)
  4. run with
    -b for building only
    -s for syncing only
    -bs for building and syncing
  5. profit!