From c4b72f171131c5ccb05e1846f2aa12b952d63ca9 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 19 Jun 2015 16:03:40 -0300 Subject: Really get rid of javascript; fix static generation --- static.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static.mdwn') diff --git a/static.mdwn b/static.mdwn index 6c84e35..6b3c480 100644 --- a/static.mdwn +++ b/static.mdwn @@ -17,7 +17,7 @@ Here comes the mandadoty "Hello world" example from the statically generated sit mkdir blog && cd blog echo "Hello world..." > index.mdwn - ikiwiki --rebuild . www/ + ikiwiki --rebuild --exclude www . www That's it! You have a generated site sitting at your `www` subfolder which can be copied remotelly using `rsync`. -- cgit v1.2.3