Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 369 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 369 Bytes

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.