Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/meefik/meefik.github.io

Meefik's Blog
https://github.com/meefik/meefik.github.io

blog jekyll

Last synced: about 2 months ago
JSON representation

Meefik's Blog

Awesome Lists containing this project

README

        

# meefik.github.io

## How to run

1. Install Ruby:

```sh
sudo apt install ruby-dev bundler
```

2. Install gems:

```sh
bundler install
```

3. Start jekyll server

```sh
jekyll s
```