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

https://github.com/boechat107/boechat107.github.io

My personal blog
https://github.com/boechat107/boechat107.github.io

blog programming

Last synced: 2 months ago
JSON representation

My personal blog

Awesome Lists containing this project

README

        

# My personal blog

Just some notes and thoughts, most of them about programming probably...

## Run Locally

### Requirements

* [jekyll](https://jekyllrb.com/)
* [bundler](https://bundler.io/)

Install them in the user directory:

```bash
gem install --user-install bundler jekyll
```

Create a local "vendor" directory for *gems*:

```bash
bundle config set --local path 'vendor/bundle'
bundle install
```

### Server

``` bash
bundle exec jekyll serve
```