Skip to content

ericmoritz/static-ld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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#.

About

A static site builder using on Linked Data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published