This directory contains some notes and documentation concerning Seashell. You can build these yourself or view all of them rendered here.
Requires pandoc.
$ make # generate all HTML files
$ make x.html # generate x.html (assuming existence of x.md)
$ make clean # remove generated HTML files
There is also a configuration for modd, which can automatically rebuild the HTML when you make changes.
The built directory is served using the make deploy
. Make changes to it as needed.