Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 618 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 618 Bytes

static-ld

A static site generator that uses Linked Data as its data source.

Usage

static-ld takes advantage of Linked Data and Jinja2 to provide a modern templating system for generating static content from your Linked Data.

Running the following command

   cat test/data/*.ttl | staticld -f turtle test/templates/ test/output/

Will combine the data in test/data/*.ttl with the templates in test/templates/ and render them to test/output/

static namespace

The namespace for static-ld is http://vocab-ld.org/vocab/static-ld#.