Brian S. Stephan 822508634b
move the older 13th Age and Cypher System stuff for Adventuring!
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
2025-10-02 17:52:26 -05:00
2025-03-17 23:29:00 -05:00

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
Content for my tabletop RPG site (orb.moe).
Readme 16 MiB
Languages
CSS 75.3%
Shell 24.7%