Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jdonaldson/jdonaldson.ruhoh.com
ruhoh blog
https://github.com/jdonaldson/jdonaldson.ruhoh.com
Last synced: about 1 month ago
JSON representation
ruhoh blog
- Host: GitHub
- URL: https://github.com/jdonaldson/jdonaldson.ruhoh.com
- Owner: jdonaldson
- Created: 2012-10-25T13:34:34.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-25T13:42:09.000Z (about 12 years ago)
- Last Synced: 2023-03-11T08:12:55.725Z (almost 2 years ago)
- Language: Ruby
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A default blog scaffold for **ruhoh** compatible static blog parsers.
**This version is for [ruhohSpec v1.0](http://ruhoh.com/universal-blog-api/) and is only compatible with ruhoh gem 1.0.x.x**
See for more information.
## Usage and Documentation
See for full usage and documentation.
Currently the only parser is available in ruby as a ruby gem:
````bash
$ gem install ruhoh --version '1.0.0.alpha'
$ ruhoh help
````Once you have the gem you can run your blog locally:
Assume USERNAME is your GitHub username.
````bash
$ 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:
## License
Released under the [MIT License](http://www.opensource.org/licenses/MIT)