Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/graph-quilt/graph-quilt.github.io
https://github.com/graph-quilt/graph-quilt.github.io
hacktoberfest hacktoberfest2023
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/graph-quilt/graph-quilt.github.io
- Owner: graph-quilt
- Created: 2022-10-10T06:34:35.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-01T23:56:22.000Z (about 1 year ago)
- Last Synced: 2023-11-02T01:27:05.308Z (about 1 year ago)
- Topics: hacktoberfest, hacktoberfest2023
- Homepage:
- Size: 532 KB
- Stars: 8
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graph-quilt.github.io
## Setup
Following installation guide [here](https://jekyllrb.com/docs/).
## Test Locally
```
$ cd docs
$ bundle exec jekyll serve
```## Ruby version 3.2.X Notes
If you see the error `Liquid Exception: undefined method untaint' for "Welcome to Jekyll!":String in /_layouts/post.html jekyll 3.9.2 | Error: undefined method untaint' for "Welcome to Jekyll!":String`,
you might need to update gem github-pages to make use of liquid-4.0.4 which is already in Gemfile. Run the ff and test again.```
$ bundle update github-pages
```