Sha256: 5090769a7e6a9b6207b11f6c4c55381ad7dd40efbc1c5eee3b9361ba2f3ef61a

Contents?: true

Size: 786 Bytes

Versions: 28

Compression:

Stored size: 786 Bytes

Contents

# Troy

A static site generator.

## Installation

Add this line to your application's Gemfile:

    gem "troy"

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install troy

## Usage

    $ troy
    Tasks:
      troy export       # Generate static files
      troy help [TASK]  # Describe available tasks or one specific task
      troy new SITE     # Generate a new site structure
      troy server       # Start a server
      troy version      # Display Troy version
      troy watch        # Watch and auto export site

## Contributing

1. Fork it
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 new Pull Request

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
troy-0.0.19 README.md
troy-0.0.18 README.md
troy-0.0.17 README.md
troy-0.0.16 README.md
troy-0.0.15 README.md
troy-0.0.14 README.md
troy-0.0.13 README.md
troy-0.0.12 README.md