/home/username/public_html/pages.chmod 755 /home/username/public_html/cgi-bin/floret.cgiThe first thing you want to do is create a front page for your site. To do this, use your favorite text editor to create a file named index.txt in the root of your pages directory. Simply fill this file in with text and garden-variety HTML to complete your page.
Additional pages for your site are created in the same manner. The name of the text file becomes the title of the page, as well as the name of the link that will automatically appear in the navigation bar on the left hand side of your site.
If you would like to create sections, or categories, of your site, simply create additional directories within your pages directory. If you would like your section to have a default page, add a text file named index.txt to the root of the directory for that section. If you choose not to do this, floret will automatically generate a listing of what pages that section contains.
If you learn better by example, feel free to take a look at the pages directory of my floret-powered web site.