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

https://github.com/rmhdev/rmhdev.github.com

Personal site
https://github.com/rmhdev/rmhdev.github.com

Last synced: 4 months ago
JSON representation

Personal site

Awesome Lists containing this project

README

          

# personal blog

## Basic commands

Generate optimized CSS:

```bash
npm run sass-prod
```

While developing CSS styles:

```bash
npm run sass
```

Launch the local jekyll server:

```bash
bundle exec jekyll serve
```

Update bundles:

```bash
bundle update
```