Central hub site at JMilesCaldwell.github.io. Static HTML/CSS/JS, no build step, served by GitHub Pages.
Interactive tools and lore for The Evershroud Isles tabletop RPG campaign.
- NPC/Commoner generators (
commgen.html,genericcommgen.html) - Encounter generator (
encgen.html) - Map generators (
mapgen.html,mapgen2.html) - DM Screen (
dmscreen.html) - Monster Bestiary (
bestiary.html) - In-game calendar with weather/sea conditions (
calendar.html) - Astrology/stars tool (
astrology.html) - Simulated stock exchange (
exchange.html,evershroudtradesimulator2000.html) - Location pages: tavern, forge, smithy, temple, harbour, guild hall, and more
- Fortune telling, crystal harmony, isekai'd game, and other oddities
Labs, experiments, and finished mini-projects.
imogen/chonkinvaders.html— Chonk Invaders mini-gameimogen/apocrypha/— Apocrypha: a cryptic transcript experiment with terminal interfaceimogen/rastamanjan.html— music player page
Redirect and URL tooling for an ecommerce migration project.
Miscellaneous lifestyle project pages.
Quick (no Jekyll):
python3 -m http.server 8000
Full Jekyll (matches GitHub Pages exactly):
bundle exec jekyll serve
- Plain HTML/CSS/JS — no npm, no bundler
- Google Fonts: Almendra (body), Cinzel (headings)
- Jekyll
_config.ymlwith minima theme (most pages are fully custom HTML)