homermultitext / hmt-web

Homer Multitext project web site
1 stars 1 forks source link

hmt-web

Source repository for the Homer Multitext project web site, http://www.homermultitext.org. If you find errors or have suggested additions, please feel free to send us a pull request.

This repository uses the cdweb library to generate a web site from source pages written in markdown.

Documentation in markdown format should be kept in the md directory (or its descendants) in files with extension .md

To build a web site, run

gradle web

The resulting web site will be placed in build/web.

Editing a web site

Building a web site

Run

gradle web

The first time you run this may be slow, since gradle will have to find and download the mdweb and citedown libraries. The web site will be built in the directory build/web.