Skip to content

trellis-ldp/trellis-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

75a4bf7 · May 14, 2024
Oct 2, 2023
Jul 7, 2018
Nov 5, 2018
Jul 7, 2018
May 31, 2018
Aug 5, 2018
Nov 14, 2022
May 14, 2024
Apr 11, 2018
Mar 15, 2021
Nov 5, 2018
Jun 4, 2019
Feb 12, 2019
Apr 27, 2021
May 31, 2018

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.