index_base_name

Name

index_base_name -- set the name of the index files

Synopsis

    index_base_name="index"
  

Description

This variable, in combination with the html_file_suffix variable, determines what all your index pages are named. By default, the main index page is index.html, but you can override this easily enough.

See also

html_file_suffix

Examples

To have your main index page named "pictures.html", you would use:

     index_base_name="pictures"