Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 643 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 643 Bytes

Docs

This directory contains some notes and documentation concerning Seashell. You can build these yourself or view all of them rendered here.

Usage

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.

Serving the website

The built directory is served using the make deploy. Make changes to it as needed.