Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mark-monteiro/dnd-character
D&D Character Manager
https://github.com/mark-monteiro/dnd-character
dnd5e dungeons-and-dragons jekyll prose
Last synced: about 1 month ago
JSON representation
D&D Character Manager
- Host: GitHub
- URL: https://github.com/mark-monteiro/dnd-character
- Owner: mark-monteiro
- Created: 2015-12-05T19:41:49.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T13:08:59.000Z (6 months ago)
- Last Synced: 2024-12-18T01:45:12.573Z (about 1 month ago)
- Topics: dnd5e, dungeons-and-dragons, jekyll, prose
- Language: HTML
- Homepage: https://dnd-characters.markmonteiro.info/
- Size: 349 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dungeons & Dragons Spellcaster Viewer
Quick reference for your character's spells.
## Usage
- Fork the repository
- Update _config.yml appropriately
- Add your character (in the '_characters' directory)
- Run Jekyll:
```
bundle exec jekyll --watch
```## Editing Content
This site is configured to use [prose.io](http://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.## Adding More Spells
- Add your JSON file of spells (_data/spells.json)
- Generate spell files from the JSON
```
rake generate_spells
```## 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. Submit a pull request :D## License
TODO: Write license