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.
- Host: GitHub
- URL: https://github.com/splode/cm-blog
- Owner: Splode
- Created: 2017-03-26T21:00:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-02T18:11:18.000Z (almost 8 years ago)
- Last Synced: 2024-12-27T07:42:14.728Z (6 months ago)
- Topics: blog, design, front-end-development
- Language: CSS
- Homepage: http://blog.christopherianmurphy.com
- Size: 6.4 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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