Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guillaumegenthial/guillaumegenthial.github.io
https://github.com/guillaumegenthial/guillaumegenthial.github.io
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guillaumegenthial/guillaumegenthial.github.io
- Owner: guillaumegenthial
- Created: 2017-03-27T16:25:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T14:01:49.000Z (about 1 year ago)
- Last Synced: 2023-11-22T14:48:50.908Z (about 1 year ago)
- Language: JavaScript
- Size: 2.02 MB
- Stars: 2
- Watchers: 2
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
## Run locally
1. Install Jekyll (https://jekyllrb.com/docs/installation/macos/)
2. Install bundles with `bundle install`
2. Run with
```bash
bundle exec jekyll serve
```