diff options
author | Marius Peter <blendux@blendux.home> | 2022-01-20 18:55:58 +0100 |
---|---|---|
committer | Marius Peter <blendux@blendux.home> | 2022-01-20 18:55:58 +0100 |
commit | be7e899303924dd2af0ef3142351a1c91b1841be (patch) | |
tree | b46e614184e9d4fa3408070894e927b565952e86 /site | |
parent | cfbc2700278561c9fadac92f2c584c623c723faf (diff) |
Preparing to upgrade VPS to Debian 11!
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. |