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

https://github.com/shadensmith/shadensmith.github.io


https://github.com/shadensmith/shadensmith.github.io

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# shaden-io
Professional website.

## Building
You can build and serve this page for local development:
```
$ bundle install
$ bundle exec jekyll serve --watch --detach
$ bundle exec jekyll build --watch
```

Then just point your browser to [localhost:4000](localhost:4000). You can edit
any files and simply refresh the page. However, if you edit `_config.yml`, you
need to kill and restart the `jekyll build` command.