Giter Club home page Giter Club logo

This version is for ruhohSpec v2.1 and is only compatible with ruhoh 2.1.x

A default blog scaffold for ruhoh compatible static blog parsers.

Usage

ruby 1.9.2+

Clone the Blog Scaffold

$ git clone git://github.com/ruhoh/blog.git blog
$ cd blog

Get Bundler

It is recommended to use bundler to manage ruhoh versions.

Do you have bundler?

$ bundle -v

If it's not found, install it:

$ gem install bundler

More info on bundler: http://gembundler.com/

Bundle Install

This blog ships with its own Gemfile. All you need to do is install the bundle.

Navigate to the root of this repository and execute:

$ bundle install

Run Ruhoh from the Bundle

Once the bundle is completed, run:

$ bundle exec rackup -p 9292

This starts a web server that hosts your blog here: http://localhost:9292

To access the bundled ruhoh (2.1) you'll need precede your commands with bundle exec:

$ bundle exec ruhoh help

Run without Bundler

To omit calling bundler with every command download the gem into your global environment:

$ gem install ruhoh

Now you can make calls without bundler:

$ ruhoh help
$ ruhoh console

Note this will set ruhoh to the latest version so you can no longer easily switch across ruhoh versions.

Make it Your Own

The origin initially points to: [email protected]:ruhoh/blog.git

To add your own remote, first create a new repository on GitHub. ex: [email protected]:USERNAME/my-ruhoh-blog.git

$ git remote rm origin
$ git remote add origin [email protected]:USERNAME/my-ruhoh-blog.git

Now you can add your own content and push it to your repository:

$ git add .
$ git commit -m 'some new content'

Upgrading

Upgrade Reference

It's best to first get a fresh blog installed and running locally via bundler as outlined. Next you'll want to compare your existing ruhoh 1.x and 2.0.alpha blog to the newest blog scaffold.

Once you've converted your existing blog, try running it with ruhoh 2.1 by copying the Gemfile into your existing blog and running it with bundler as outlined above.

Help

Feel free to submit installation and upgrading issues via GitHub Issues They can be basic trouble-shooting questions.

Also contact me via:

Documentation

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

License

Released under the MIT License

David Halls's Projects

nfdhcpd icon nfdhcpd

NFQUEUE-based DHCP and DNS server. Forked from https://code.grnet.gr/git/nfdhcpd

node-jsjws icon node-jsjws

Node.js wrapper around jsrsasign (https://github.com/kjur/jsrsasign)

node-lora-comms icon node-lora-comms

Node.js module to read and write LoRa packets on a gateway. Packet forwarder process NOT required!

opentok-layout-js icon opentok-layout-js

Layout Manager for OpenTok - automatically lays out your Publishers and Subscribers nicely

packet_forwarder_shared icon packet_forwarder_shared

Shared library version of https://github.com/Lora-net/packet_forwarder, modified to read and write LoRa RF packets from and to memory. Exports functions to send and receive data.

pub-keystore icon pub-keystore

Simple store for public keys, with issuer IDs and change notification

python-jwt icon python-jwt

Python module for generating and verifying JSON Web Tokens

qlobber icon qlobber

Node.js globbing for amqp-like topics

qlobber-fsq icon qlobber-fsq

Shared file system queue. Supports pub-sub, work queues, wildcards, multi-process and distributed use.

qlobber-pg icon qlobber-pg

PostgreSQL-based pub-sub and workqueues for Node. Supports AMQP-like wildcard topics.

rawgit-now icon rawgit-now

https://github.com/rgrove/rawgit with modifications to run on Netlify Functions

streamana icon streamana

Stream from your Web browser to YouTube Live. No plugins or native apps required!

txf icon txf

File transfer service. Pipes PUT to GET. HMAC access control.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.