X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=README;h=8ec1f7cf2e422bcdcd3f06f8eba5a365f53ba14c;hb=c8ece6dffd5e350738ba2f58d4589fb8a4bba945;hp=a2222324beb2c0aba92a52acf5283aed8ab2e10d;hpb=636929d37386c2a785d796e934c1538d000563ca;p=ikiwiki-bootstrap diff --git a/README b/README index a222232..8ec1f7c 100644 --- a/README +++ b/README @@ -73,7 +73,7 @@ And finally, edit $gitrepo/hooks/post-update to call the new $gitrepo/hooks/ikiwiki-post-update program and also don't forget to actually enable the hook with: - chmod a+x $gitrepo/hooks/post-update . + chmod a+x $gitrepo/hooks/post-update Now, you're finally ready to go. You should be able to just start adding content under the src directory. You can give files a .mdwn @@ -89,6 +89,13 @@ simple as "git push". Problems ======== +Here is a useful, (self explanatory), command-line options for +debugging ikiwiki problems: + + ikiwiki --verbose --setup ikiwiki.setup + + ikiwiki --verbose --rebuild --setup ikiwiki.setup + I've had occasions where the hook-based update fails for one reason or another, (for example, once when I moved the location of $gitrepo, but the compiled hook still had the old location). The basic recipe for