This is a (growing) list of short tabletop RPG games I'm writing. Consider all of these games for free use. If you use one, please just attribute this back to me.
Create a Markdown (.md) file in the _games
directory. Add the
Jekyll Front Matter block to the top
of the file and add a title
field.
If you have an idea, create a Markdown (.md) file in the ideas
directory. Add
the Jekyll Front Matter block to the
top of the file and add a title
field.
The website it using Jekyll for static site generation (built-in to GitHub Pages). To run the site locally, do the following:
bundle update # update the Gemfile.lock file if it hasn't happened recently
bundle exec jekyll serve # build and launch the website on port 4000