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

https://github.com/ngehlenborg/website


https://github.com/ngehlenborg/website

hidivelab

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

### Website

This is an experiment to replace a Wordpress-based website with a new site built with Jekyll.

#### Setup

```ShellSession
$ gem install jekyll
$ gem install jekyll-scholar
```

#### Generate and/or Serve Site

```ShellSession
$ jekyll serve --watch
```

#### View Site

```ShellSession
$ open http://0.0.0.0:4000/
```