Content

Generate site

Run pagegen gen [site name] (use pagegen list to see which sites are available) the generated HTML files will be in the [Pagegen directory]/[site directory]/site/live, simply copy this directory to your web root to go live:)

Pagegen file structure

Each generated page has the following structure.

NameSourceDescription
Header[site directory]/templates/headerStart of HTML document
Main menuGenerated HTMLList of links to pages found in all immediate child directories from the content directory (one directory below)
Sub menuGenerated HTMLFor each child directory of content show links from the current page to the top child directory
Crumb trailGenerated HTMLCrumb trail for each page
Last changed dateGenerated HTMLShow modification time of content files
Content files[site directory]/content/*The actual site content
Footer[site directory]/templates/footerEnd of HTML document
Last changed 2009-10-18 14:43