Sha256: a5c90e6ead28857d963127fc57ffa67341d5f529cdc0deb4f6e68dc72f5d50a4

Contents?: true

Size: 680 Bytes

Versions: 2

Compression:

Stored size: 680 Bytes

Contents

#gram

Gram is an internal administration tool for Codegram.

It is composed of independent components. For now the only available component is Blog. To install and setup Gram, just do the following:

    $ echo "token: MY_CODEGRAM_TOKEN" > ~/.gramrc
    $ gem install gram

##Blog component

To publish a blogpost, type this:

    $ gram blog my_blogpost.markdown

The `my_blogpost.markdown` file should be a regular markdown file with some headers in it, like this:

    ---
    title: My blog post title
    tagline: Stranger than fiction
    ---

    # My awesome header
    ## More markdown goodness, etc.

## Copyright

Copyright (c) 2011 Codegram. See LICENSE for details.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gram-0.1.0 Readme.md
gram-0.0.1 Readme.md