15 lines
333 B
Org Mode
15 lines
333 B
Org Mode
|
#+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!
|