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
.
srcdirectory
property (including its descendants) (default: md
)cssdirectory
property (including its descendants) (default: css
)srcdirectory
tree and named web.properties
. Settings in web.properties
cascade to the html conversion of all markdown files contained within the site, unless overridden by a descendant web.properties
file, so if you want (e.g.) to add a further CSS stylesheet to each page modify the head
property in the top-level web.properties
file to include a link to the new CSS stylesheet, and it will cascade down to every web page on your 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
.