commit dcaca7f9b4a9c871f34962befbfa6a040e740d95 parent 15ab86fb647cf72bce4807361bbe1fe6e0651be3 Author: Hugo Soucy <hugo@soucy.cc> Date: Thu, 4 Feb 2021 10:06:43 -0500 Remove the org version of the README Diffstat:
D | README.org | | | 16 | ---------------- |
1 file changed, 0 insertions(+), 16 deletions(-)
diff --git a/README.org b/README.org @@ -1,16 +0,0 @@ -* Satelito - -*Satelito* is a static site generator (ssg) made with lua script. - -** Installation - -You must have Luarocks installed on your computer. - - - =luarocks make --local= - -- =find mySiteSrc/ -name '*.md' | satelito --export= -- =ag '' --markdown -l mySitesrc/ | satelito --export= - - Watch changes =find= et =entr=: - -- =find mySiteSrc/ | entr -s 'echo "Modification!" && find mySiteSrc/ -name "*.md" | ./satelito/satelito --export'=