Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/clemmy/blog

My blog.
https://github.com/clemmy/blog

Last synced: 23 days ago
JSON representation

My blog.

Awesome Lists containing this project

README

        

My blog.

## Running it locally

Clone this repository with:
```shell
git clone https://github.com/Clemmy/clemmy.github.io.git
```

Install dependences with:
```shell
bundle install
```

Then, run build and run it on localhost:4000 with:
```shell
bundle exec jekyll serve
```