Skip to content

Typewritergoblin/icara-spellbook

 
 

Repository files navigation

Icara Spellbook

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.

Structure

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:

  1. Make a new post inside _posts/ for each new spell, and copy the formatting from another spell.
  2. Submit a pull request for the spell(s) when you're finished, and that's it! Thank you so much. :)

Build Instructions

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/)

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 36.2%
  • HTML 28.4%
  • Python 14.1%
  • CSS 9.0%
  • Ruby 6.9%
  • JavaScript 5.4%