Field Notes
๐ Dragons & Distractions โ Project Map v2.0
Phase Title: The Bridge to the Guild Hall Status: Mid-Quest (Scrolls acquired, Gate unlocked, Torch lit)
๐งญ Vision
To create a living, public-facing version of Dragons & Distractions โ a mythic ADHD toolkit โ that:
- Hosts monsters, rituals, and tools in a playful format
- Offers real help through metaphor and laughter
- Invites people to use, share, and one day buy or support the work
This version is:
- Website-first (Markdown-driven, GitHub Pages-hosted)
- Print-friendly (for future decks, scrolls, and rituals)
- Rooted in your tone codex and authentic voice
๐ฏ Core Objectives
| Objective | Description | Status |
|---|---|---|
| ๐ Make it public | Remove login walls, host on GitHub Pages | โ Site skeleton summoned |
| ๐งฑ Make it structured | Folder-based, easy to browse: monsters, tools, codex, art | โ Ready to populate |
| ๐ง Make it readable | Markdown files with internal links, good flow | ๐ง In progress |
| ๐ญ Make it stylized | Tone-driven layout with consistent imagery and voice | ๐ |
| ๐งช Make it usable | Let visitors pick a monster, try a ritual, and feel seen | ๐ |
| ๐ก๏ธ Make it protected | Light license that honors intent and preserves value | โ Custom license added |
๐๏ธ Current Structure
dragons-and-distractions-site/
โโโ index.md โ Homepage (summoned)
โโโ monsters/ โ Monster files (need full pages)
โโโ codex/ โ Tone, origin, philosophy
โโโ spellbook/ โ Command phrases, neuro-spells
โโโ art/ โ Gallery and prompt references
โโโ assets/ โ Supporting images and downloads
โโโ site/ โ Public printables, onboarding
โ โโโ printables/pdf/ โ Exported PDFs
โโโ scripts/ โ Helper scripts and automations
โโโ tests/ โ Checks and fixtures
โโโ _includes/ โ Shared layout snippets
โโโ README.md + LICENSE + _config.yml
๐ฎ Phase Goals (v2.0)
| Task | Description | Status |
|---|---|---|
add_sample_monsters() |
Populate Slumber Troll, Task Hydra, etc. as .md pages |
๐ |
summon_codex_nav() |
Add top-level nav or sidebar index | โ Nav cards live + sidebar scaffold |
theme_scroll_dark() |
Optional CSS theme with mythic styling | ๐ |
printable_bundle() |
Generate test PDF for rituals or monsters | ๐ค (Future step) |
launch_readiness_check() |
Ensure GitHub Pages builds and renders site | ๐ |
Navigation state
- A shared
nav-cards.htmlinclude renders a five-link grid (Monsters, Spellbook, Codex, Art, Site tools) on the homepage and the index pages for monsters, spellbook, codex, and site tools. - A
_sidebar.mdfile undersite/provides a sidebar tree with quick links to monsters, the spellbook, site tools, the codex, art, and repo docs for builds that support sidebar navigation. - Future refinements could include expanding the sidebar as new pages arrive and adding an always-visible header/footer nav if desired, but the core cross-page navigation has been summoned.
๐ง Next Logical Spell to Cast
add_sample_monsters()Creates full Markdown bestiary pages based on your real monster files (already uploaded!)
This would:
- Fill out your
monsters/folder - Make navigation real
- Help test how the site will actually feel
Let me know if youโd like this map saved as a .md file for the repo, and if you want to move forward with add_sample_monsters().
๐ Logged. Quest is aligned. Path is clear.