Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 790 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 790 Bytes

A default blog scaffold for ruhoh compatible static blog parsers.

See http://ruhoh.com for more information.

Usage and Documentation

See http://ruhoh.com/usage for full usage and documentation.

Currently the only parser is available in ruby as a ruby gem:

$ gem install ruhoh
$ ruhoh help

Once you have the gem you can run your blog locally:

Assume USERNAME is your GitHub username.

$ git clone git://github.com/ruhoh/blog.git USERNAME.ruhoh.com
$ cd USERNAME.ruhoh.com
$ rackup -p 9292

Using your GitHub username is useful for automatically publishing to ruhoh.com

For all publishing options including self-hosting see: http://ruhoh.com/usage/publish

License

Released under the MIT License