Sha256: 2d15770fb4c38fa29290d8e304e24312f4ad988d76852bb5370dfcbd44acf70f

Contents?: true

Size: 1.31 KB

Versions: 1

Compression:

Stored size: 1.31 KB

Contents

# bloggertojekyll

This will become a Gem and tool to extract content and metadata exported from a Blogger.com (Google) blog and save it as a collection of single-article post files with [Jekyll](http://jekyllrb.com)/[Github Pages](https://pages.github.com) front matter.

Early versions are (comically) non-functionual, with features expected to be added in accordance with the [roadmap](ROADMAP.md).

## Installation

Normally, you'll want to use the standalone application installed with the Gem. To install it, use

    $ gem install bundler

Alternatively, if you wish to incorporate this functionality as a feature of your larger application, you can add this line to your application's `Gemfile`:
Add this line to your application's Gemfile:

```ruby
gem 'bloggertojekyll'
```

And then execute:

    $ bundle

## Usage

As noted [above](#installation), this is normally run using the command line:

    $ bloggertojekyll [options]

Options will be documented here as they are added.

## Contributing

1. Fork it ( https://github.com/jdickey/bloggertojekyll/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new [Pull Request](https://help.github.com/articles/creating-a-pull-request)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bloggertojekyll-0.0.1 README.md