Brambleshire.neocities.org · loose pages from the attic

story seeds, fragments, and odd little sparks

Loose Pages

An archive of story scraps, image ideas, first lines, strange premises, character sparks, and unfinished things that still feel worth keeping.

These are not promises. They are seeds in envelopes, waiting to see what season wants them.
how this archive works

The loose-page system

New scraps can be added at the top of the archive. Each entry gets a date, a title, a few tags, and whatever belongs with it: a paragraph, an image, a quote, a scene, or a tiny note to future me.

The sidebar keeps two kinds of archive paths: by date and by category. It is simple on purpose, so this page can grow without needing a complicated blog system.

To add a new scrap: copy the blank template, paste it above the newest entry, give it a unique id, and add a link to it in the Archive Index.
the archive

Loose pages by date

May 2026

Cascading Spell Sheets

A cozy fantasy scene of a coder girl sitting in a glowing summoning circle while shocked mages watch her correct magical markup syntax.

A nerdy coder girl gets pulled into a fantasy world and realizes the magic system works like simple markup. Everyone else thinks she is a prodigy. She is mostly just closing tags properly.

Possible opening: she wakes up in a mossy summoning circle, sees the glowing spell structure, and immediately notices the archmages forgot to close the realm tag.

story seed image isekai code magic cozy fantasy

Attic index card idea

The Attic can stay atmospheric and uncluttered, while Loose Pages becomes the real box of index cards. Each idea gets a small entry, a few tags, and a place in the archive. No pressure to sort it perfectly at first.

A useful rule: if a scrap grows big enough to need multiple entries, it can eventually get its own page.

fragment site structure archive
empty shelves for later

Future category anchors

These little anchors give the sidebar somewhere to jump even before the categories are full. Later, you can move them into real entries or remove this section.

  • Worldbuilding: places, rules, histories, magic systems, social customs, and strange objects.
  • Characters: names, roles, faces, secrets, relationships, and tiny personality details.
copy this later

Blank loose-page entry template

Copy this whole block when adding a new scrap. Change the id, date, title, text, tags, and optional image.

<article class="entry" id="unique-entry-name">
  <span class="entry-date">Month Day, Year · Category</span>
  <h3>Entry title</h3>

  <!-- Optional image. Delete this if the entry has no image. -->
  <img src="images/your-image-name.png" alt="Describe the image for accessibility." class="entry-image">

  <p>
    Write the scrap, premise, scene idea, character note, image note, or thought here.
  </p>

  <div class="tag-row">
    <span class="tag">tag one</span>
    <span class="tag">tag two</span>
  </div>
</article>