diff options
Diffstat (limited to 'site')
-rw-r--r-- | site/README.org | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/site/README.org b/site/README.org new file mode 100644 index 0000000..aaa0960 --- /dev/null +++ b/site/README.org @@ -0,0 +1,12 @@ +#+TITLE: README for {{{SD}}} website + +#+MACRO: SD /Smart Documents/ + + +* Publishing the website + +Use =make= to build the {{{SD}}} website. Each =make= rule loads the +Emacs Lisp code in ~publish.el~ and executes the Org mode ~ox-publish~ +command, each time passing as argument the =make= target. This ensures +the Makefile is highly predictable because it depends as much as +possible on Emacs. |