README: improve example for generating pages here too - saait - the most boring static page generator
(HTM) git clone git://git.codemadness.org/saait
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 14e13f2b2eb2a5325046789df95d65cd7afc6e47
(DIR) parent 520cf503b55c4ce2f3ccf47e7aa13d43b463fb1c
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Fri, 18 Oct 2019 20:32:35 +0200
README: improve example for generating pages here too
Diffstat:
M README | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/README b/README
@@ -98,6 +98,7 @@ this is an example for how it's used in practice and for many pages:
or:
- $ saait `ls -1r pages/*.cfg`
+ $ mkdir -p output
+ $ find pages -type f -name '*.cfg' -print0 | sort -zr | xargs -0 saait
$ cp style.css print.css output/
$ rsync -av output/ user@somehost:/var/www/htdocs/