Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trellis-ldp/trellis-website

A website for trellisldp.org
https://github.com/trellis-ldp/trellis-website

trellis

Last synced: 3 months ago
JSON representation

A website for trellisldp.org

Awesome Lists containing this project

README

        

# TrellisLDP.org website

A website for [www.trellisldp.org](https://www.trellisldp.org), using [Jekyll](https://jekyllrb.com/docs/home/) 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.