Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```