aboutsummaryrefslogtreecommitdiff
path: root/static.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-06-19 16:03:40 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-06-19 16:03:40 -0300
commitc4b72f171131c5ccb05e1846f2aa12b952d63ca9 (patch)
tree1d04aaa887bbc2c3261a15ecd04a904f760c68e9 /static.mdwn
parent1bf9253049f80bdbfbaa5878f10b37cec9a2c4f5 (diff)
downloadblog-c4b72f171131c5ccb05e1846f2aa12b952d63ca9.tar.gz
blog-c4b72f171131c5ccb05e1846f2aa12b952d63ca9.tar.bz2
Really get rid of javascript; fix static generation
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`.