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

https://github.com/codamic/empty_shell

Small jekyll base website template to be used for the home page of opensource projects.
https://github.com/codamic/empty_shell

Last synced: 11 months ago
JSON representation

Small jekyll base website template to be used for the home page of opensource projects.

Awesome Lists containing this project

README

          

# EmptyShell

This site is built with [hexo](http://hexo.io/). Site content is written in Markdown format located in `src`. Pull requests welcome!

## Developing

Start a dev server at `localhost:4000`:

```
$ npm install -g hexo-cli
$ npm install
$ hexo server
```