Skip to content

trellis-ldp/trellis-website

Repository files navigation

TrellisLDP.org website

A website for www.trellisldp.org, using Jekyll as a static site generator.

While developing the site, this command is useful:

jekyll serve --livereload

To build the site, use this command:

jekyll build

which places all of the site content in the _site directory.