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

https://github.com/simonh1000/simonh1000.github.io

Blog
https://github.com/simonh1000/simonh1000.github.io

Last synced: about 2 months ago
JSON representation

Blog

Awesome Lists containing this project

README

        

# [simonh1000.github.io](http://simonh1000.github.io/)

## Install on MacOS

```
bundle install
```

## Development with drafts

```
bundle exec jekyll serve --drafts
```

## Production build

```
bundle exec jekyll serve
```

## Install on Ubuntu 19.04

```
delete lockfile
sudo apt-get install bundler
sudo apt-get install libxslt-dev libxml2-dev
sudo apt install zlib1g-dev
bundle install --path ~/.gem
```