https://github.com/fnando/troy
A static site generator.
https://github.com/fnando/troy
Last synced: about 1 year ago
JSON representation
A static site generator.
- Host: GitHub
- URL: https://github.com/fnando/troy
- Owner: fnando
- License: mit
- Created: 2013-01-07T17:42:50.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2025-03-20T15:51:18.000Z (over 1 year ago)
- Last Synced: 2025-03-29T05:41:38.498Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 95.7 KB
- Stars: 7
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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