doit/README.org

15 lines
333 B
Org Mode
Raw Permalink Normal View History

2024-07-15 17:15:29 -04:00
#+OPTIONS: toc:nil
* 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!