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.39 README.md
troy-0.0.38 README.md
troy-0.0.37 README.md
troy-0.0.36 README.md
troy-0.0.35 README.md
troy-0.0.34 README.md
troy-0.0.33 README.md
troy-0.0.32 README.md
troy-0.0.31 README.md
troy-0.0.30 README.md
troy-0.0.29 README.md
troy-0.0.28 README.md
troy-0.0.27 README.md
troy-0.0.26 README.md
troy-0.0.25 README.md
troy-0.0.24 README.md
troy-0.0.23 README.md
troy-0.0.22 README.md
troy-0.0.21 README.md
troy-0.0.20 README.md