Name

%skin — use skinset to describe the look of the created pages

Synopsis

%skin [skin1 ... skinN]

Description

Use the skinset skin1 thru skinN to describe the look of created pages. See the www/skins directory for valid skin names and www/skins/*/README files for what the respective skins are meant to introduce.

Most of the skins are incomplete - means they add certain details to another skin. Therefore you can list more than one skin in one %skin statement. The skins are treated in order - later listed skins taking precedence over earlier listed ones. The 'default' skin is always the first skin included.

Example 10. Usage of the %skin statement

 %skin default white_bg static_lamps

will force Big Sister to create pages with the default look but with a white background rather than the variable one and static instead of blinking lights. Since the default skin is always implicitly included it's exactly the same as:

 %skin white_bg static_lamps