aboutsummaryrefslogtreecommitdiff
path: root/static.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'static.mdwn')
-rw-r--r--static.mdwn2
1 files changed, 1 insertions, 1 deletions
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`.