posts.conf

Specifying where your blog page is located is handled in the posts.conf page in the root directory of pyBlog. Currently it only has one section with one variable-value pair.

[settings]

Contains settings that affect how posts are handled.

page_location

Sets the location of the page where posts are to be made to.

Here is an example:

[settings]
page_location=../blog.html

pyBlog 1.0; 2001-09-02