Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 496 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 496 Bytes

blog.rhomobile.com

How to manage posts

Create/Edit post:

 $ mate _posts/year-month-date-title-of-post.md

Regenerate site:

 $ jekyll

Save changes to Heroku:

 $ git commit -m "New post"
 $ git push

License

The following directories are Copyright Rhomobile:

_posts/
_images/
_css/

You may not reuse any content in these directories without permission.  

Everything else is MIT licensed, please provide a link to this repository if you do use anything.