Skip to content
Snippets Groups Projects
Commit c4b72f17 authored by rhatto's avatar rhatto
Browse files

Really get rid of javascript; fix static generation

parent 1bf92530
Branches
Tags 0.4.0
No related merge requests found
......@@ -15,7 +15,7 @@
#
wiki:
@ikiwiki . --rebuild www
@ikiwiki --rebuild --exclude www . www
deploy:
@rsync -avz --delete www/ blog:/var/sites/rhatto/site/
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
......@@ -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`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment