Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jellybellydev/jellybellydev.github.io
my github pages
https://github.com/jellybellydev/jellybellydev.github.io
Last synced: about 1 month ago
JSON representation
my github pages
- Host: GitHub
- URL: https://github.com/jellybellydev/jellybellydev.github.io
- Owner: JellyBellyDev
- License: mit
- Created: 2016-02-12T07:05:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T16:28:49.000Z (9 months ago)
- Last Synced: 2024-05-02T01:40:42.541Z (7 months ago)
- Language: JavaScript
- Size: 22.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [JellyBellyDev.github.io](http://jellybellydev.github.io/)
### Site generated static site by Jekyll
Install tools dependencies
```bash
gem install bundler
gem install -n /usr/local/bin/ jekyll
bundle install
```Builds site and serves it locally:
```bash
jekyll server
```Builds site for production
```bash
jekyll build
```