The Icara Spellbook is a mobile-friendly spellbook for Icara Homebrew content that organizes spell lists by class and level.
See the latest compiled build here: https://typewritergoblin.github.io/icara-spellbook/
The Spellbook is forked from thebombzen/grimoire, which contains the official 5e content. This content is NOT official content. As official content is replaced with homebrew content, the source will be updated to Icara-5ish.
Spells can be found inside _posts/
. Each spell gets its own post, written and stored as a Markdown file. The date is arbitrary and never displayed, but still necessary for Jekyll to process the posts properly.
If you'd like to help fill out the rest of the spells from the PHB or another source, for each new spell you make:
- Make a new post inside
_posts/
for each new spell, and copy the formatting from another spell. - Submit a pull request for the spell(s) when you're finished, and that's it! Thank you so much. :)
I've edited _config.yml for my own build purposes, and I'm not using Jekyll locally at all, instead building and publishing via a github action to Github pages. Review the documentation for basic instructions. (https://jekyllrb.com/docs/continuous-integration/github-actions/)