# The compact index page makes the index a lot denser than normal. # Setting compact_index_page currently affects four other settings: # Thumbnail sizes are bounded by 75x75 # Captions are not printed on the index pages # 6 columns of thumbnails per row are used # The thumbnail table on the indexes have less padding between cells compact_index_page=1 # compact index page mode has 6 columns, but I think I can pack seven # 75x75 thumbnails on each row. columns=7 # Any color, as long as it's black. body_tag=<body bgcolor="black" text="white" link="red" alink="yellow" vlink="green"> # I don't want images to have click-borders around them, so a little CSS # eliminates that: boilerplate_insert_in_head=<style type="text/css">IMG { BORDER-style: none; }</style> # The basic navigation icons from the Apache distro; they are in the public # domain. slideshow_previous_pre_link="" slideshow_previous="<img src="/icos/left.png" />" slideshow_previous_post_link="" slideshow_next_pre_link="" slideshow_next="<img src="/icos/right.png" />" slideshow_next_post_link="" slideshow_ret_to_index_pre_link="" slideshow_ret_to_index="<img src="/icos/up.png" />" slideshow_ret_to_index_post_link="" # My standard footer with links to other pages on my site: boilerplate_footer="<hr /><a href="http://molenda.us/"><i>Jason's home page</i></a> / <a href="http://molenda.us/photos/"><i>Jason's photos page</i></a>" boilerplate_index_before_title = "<p><a href="http://molenda.us/photos/">Jason's photos</a> -> <a href="http://molenda.us/photos/index.html#2002">2002</a> -> Hiking at Uvas Canyon, 2002-01-13</p>