Skip to content

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 ๐Ÿ”œ

  • A shared nav-cards.html include 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.md file under site/ 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.

Back to top