Sample site structure
To create a simple web site about, say, an ecological farm, perhaps the following file hierarchy would be appropriate:
Home
About
Produce
Apples
Carrots
Contact
This would be represented by the following in the Pagegen content directory, for instance called eco_farm. The following files and directories would be setup int the eco_farm/content directory:
| File/directory name | Title | Type |
|---|---|---|
| default | Home | File |
| 000_About | About | File |
| 001_Produce | – | Directory |
| 001_Produce/default | Produce | File |
| 001_Produce/001_Apples | Apples | File |
| 001_Produce/002_Carrots | Carrots | File |
| 002_Contact | – | Directory |
| 002_Contact/default | Contact | File |
Last changed
2009-10-17 21:09



