These pages document my custom static website generator
which generates HTML pages from source files in
a directory structure. The structure of the
generated website reflects that directory structure.
Website content is defined in text files with
file extension .md
. The
directory structure also contains image files
for images to display.
Contents of the source directory structure:
File / directory|Usage
404.md
|Page to display for 404 errors - this requires statements in .htaccess
file or equivalent
**/*.md
|Source for HTML pages
**/*.png
|Image files
**/*.jpg
|Image files
**/*.jpeg
|Image files
Files and
directories starting with the ` _ ` underscore
character are ignored.
Style sheets for the generated HTML files are included inline rather than being in separate CSS files. See browser caching for more details on this.