Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/trellis-ldp/trellis-website
- Owner: trellis-ldp
- License: apache-2.0
- Created: 2018-04-11T13:16:40.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-06-01T21:18:28.000Z (8 months ago)
- Last Synced: 2024-08-02T12:49:00.501Z (6 months ago)
- Topics: trellis
- Language: HTML
- Homepage: https://www.trellisldp.org/
- Size: 1010 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - trellis-ldp/trellis-website - A website for trellisldp.org (others)
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.