X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=ikiwiki.setup;h=16e9db5452374908d3b0cd519ad9a6694397c357;hb=4fc74faff2e0a62f09af772a6976f51b07d3d03d;hp=91199a5508b6ca440a160aebaa77d036e1047829;hpb=13aa2ef58cfe29ee421fa7c3598371562d99a470;p=ikiwiki-bootstrap diff --git a/ikiwiki.setup b/ikiwiki.setup index 91199a5..16e9db5 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -12,7 +12,7 @@ # but this clone is owned by ikiwiki so its working-copy content # should never be edited manually, nor should anybody clone from or # push to this repository. To make this quite clear, I suggest hiding -# the checkout inside the repository as show below. +# the checkout inside the repository as shown below. # # To set this up, just do: # @@ -22,7 +22,8 @@ # git clone $gitrepo ikiwiki-checkout # # And then push into $gitrepo this ikiwiki.setup file, a templates/ -# directory, and a src/ directory with your wiki content. +# directory, and a src/ directory with your wiki content. See README +# for more details. # # Also, see the destdir and url parameters below which must also be # configured before things will work at all. @@ -30,7 +31,7 @@ our ($gitrepo, $checkout); BEGIN { - $gitrepo = '/path/to/bare/git/repo'; + $gitrepo = "/path/to/bare/git/repo"; $checkout = "$gitrepo/ikiwiki-checkout"; } @@ -105,7 +106,12 @@ use IkiWiki::Setup::Standard { # Only send cookies over SSL connections. #sslcookie => 1, # Logging settings: - verbose => 0, + + # It's stupid to set verbose to 0 here since it's the default + # anyway, and it has the side effect of making --verbose on + # the command-line not work. + # verbose => 0, + syslog => 0, # To link to user pages in a subdirectory of the wiki. #userdir => "users",