Some ideas for directory structure
- don't just put all web pages you'll ever publish into a single
directory, and don't necessarily put each web page in a separate
directory. I find it most useful if a single directory contains
between 1 and a dozen html files.
- keep support files with the HTML file they reference (e.g. in
an Images subdirectory)
- support files (images) that are used by multiple pages in
different sites should be treated consistently. Either duplicated
in each site or stored in a standard library directory. CHP makes
the former much easier.
- use directory structure to mirror modularity of info (e.g.
separate directory for each course, for each lecture, etc.)
- use directory structure to mirror tree layout of site as user
sees it
![[contents]](upg.gif)
Next: A sample site