X-Git-Url: https://git.cworth.org/git?p=ikiwiki-bootstrap;a=blobdiff_plain;f=ikiwiki.setup;h=606eb4c15c579ef0326fa8809bd66321d72c53b0;hp=8ef49cf6d83fdc1a2e6d97d6ced9e67343d2997b;hb=HEAD;hpb=616468969224355f490c6a6d7119f83f402a17e5 diff --git a/ikiwiki.setup b/ikiwiki.setup index 8ef49cf..606eb4c 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"; } @@ -60,7 +61,7 @@ use IkiWiki::Setup::Standard { # in underlay. I suppose if you have some files common to # several separate wiki instances then the underlay might # still be useful. But for now, we'll just leave it off. - underlaydir = "/dev/null", + underlaydir => "/dev/null", # Git stuff. rcs => "git",