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

https://github.com/splode/cm-blog

Personal blog about front-end development and design.
https://github.com/splode/cm-blog

blog design front-end-development

Last synced: 4 months ago
JSON representation

Personal blog about front-end development and design.

Awesome Lists containing this project

README

        

# cm-blog

## Images

- Post preview images should be 990px x 495px

## Build

- Preview build with `bundle exec jekyll s`
- Build with `bundle exec jekyll build`
- Preview drafts by adding the `--drafts` flag to `jekyll s` or `jekyll build` commands