The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
There are basically three levels of customization you can do with a kwiki site. They are discussed from easiest to hardest:

=== Config File Changes

=== Template/CSS Changes

There are 2 directories in your kwiki installation that contain files that control the layout and appearance of your web pages:

* [=template]
* [=css]

You can change the html and css files anyway that suits you. It is generally best to copy the modified files into [=template/local] and [=css/local]. This way your changes will not be overwritten if you later do a [=kwiki-install --upgrade].

=== Perl Code Changes