A saved fork of chisaipete's dominoes and dominicans compendium The following is all saved info from the old readme:
- Sort by location, sub-types, tags, CR, level, etc.
- More Monsters from more sources!
Creatures can be found inside _posts/
. Each creature 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 creatures from the MM, for each new spell you make:
- Make a new post inside
_posts/
for each new creature, and copy the formatting from another creature. - Submit a pull request for the creatures(s) when you're finished, and that's it! Thank you so much. :)
I've edited _config.yml for my own build purposes, but if you've got Jekyll set up locally, the following should create the build from your friendly command line terminal:
jekyll serve -Vw --no-watch --baseurl ""
Shoutout to Saph of http://ephe.github.io/grimoire from whom I've shamelessly borrowed the majority of the codebase