Quick reference for your character's spells.
- Fork the repository
- Update _config.yml appropriately
- Add your character (in the '_characters' directory)
- Run Jekyll:
bundle exec jekyll --watch
This site is configured to use prose.io, which provides a user-friendly interface for editing content and directly committing it to your GitHub repository. The edit links throughout the site will link you to the content editor in prose.
- Add your JSON file of spells (_data/spells.json)
- Generate spell files from the JSON
rake generate_spells
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
TODO: Write license