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
No related branches found
No related tags found
No related merge requests found
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
# #
wiki: wiki:
@ikiwiki . --rebuild www @ikiwiki --rebuild --exclude www . www
deploy: deploy:
@rsync -avz --delete www/ blog:/var/sites/rhatto/site/ @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 ...@@ -17,7 +17,7 @@ Here comes the mandadoty "Hello world" example from the statically generated sit
mkdir blog && cd blog mkdir blog && cd blog
echo "Hello world..." > index.mdwn 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`. 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