these were both in the homebrew setting that never got off the ground. these were replaced with a Forgotten Realms-based Cypher System game, which is soon to be moved to 13th Age 2e, so I'm cleaning up the old stuff before I figure out what to do with the current (soon old) stuff
ttrpg-site
Content for my tabletop RPG site, orb.moe.
Contributing
The site is mostly written in Markdown, and can be edited in whatever text editor you desire. If you would like to make changes, you need access to the repository at https://git.incorporeal.org/bss/ttrpg-site or need to send me a merge request or Git patch set. I recommend using my Git site to either fork the project or request direct access to my copy of the project, and submit changes that way.
Hosting
The companion software to this repository is my CMS, incorporeal-cms. If you want to run your own static site with this content, here is the short version of a local setup:
% cd path/to/ttrpg-site
% ./git-touch-all.sh
% python -m venv venv
% source venv/bin/activate
% pip install -U pip
% pip install -U incorporeal-cms[dot]
% pip install -U pymdown-extensions
% incorporealcms-build . /path/to/output/dir
You can serve this content with any HTTP file server, such as Nginx or even http.server.HTTPServer
.
Description
Languages
CSS
75.3%
Shell
24.7%