• Home
  • Writing
  • Projects
  • Reading
  • Notes
  • About

Georgiespelvin | Thoughts & Commentary

Personal essays, notes, and ideas worth sharing.

General

How to Make a Home in a City That Constantly Changes

By Jessie Edwards
General

On the Relationship Between Routine and Creativity

By Jessie Edwards
General

The Unlikely Muse: How Routine Rescues Creativity Between Gigs

By Jessie Edwards
General

Why a Routine Is the Most Creative Thing You’ll Ever Do (Even When You’re Broke and Between Gigs)

By Jessie Edwards
General

The Sacred Mess: On the Relationship Between Routine and Creativity

By Jessie Edwards
General

Why a Routine Is the Most Creative Thing You’ll Ever Do (Even When You’re Broke and Between Gigs)

By Jessie Edwards on Monday, August 10, 2026

I used to think routine was the enemy. It was for accountants, for people with dental plans, for the kind of actor who books a three-year contract on a procedural and buys a condo in Weehawken. Not for me. I was a creative. I needed chaos, last-minute auditions, the electric panic of learning sides on …

Continue Reading
0
General

Why I Think Every Creative Person Needs a Terrible, Secret Side Project

By Jessie Edwards on Saturday, August 1, 2026

It is 11 PM on a Tuesday, and I am sitting on the floor of my apartment in Washington Heights with a script in my lap that is not mine. I am learning lines for someone else’s play—a production I am grateful to be in, a job I auditioned for and wanted and got, and …

Continue Reading
0
General

The Sacred Mess: On the Relationship Between Routine and Creativity

By Jessie Edwards on Saturday, August 1, 2026

I used to think routine was the enemy. A slow, gray tide that washed away the spark. I was a waitress at a Times Square theme restaurant where I had to wear a wench costume and sing “Happy Birthday” to tourists from Ohio. My creative life was a series of panicked, 2 a.m. bursts before …

Continue Reading
0
General

Routine and the Restless Artist: How I Learned to Stop Worrying and Love the Schedule

By Jessie Edwards on Wednesday, July 29, 2026

If you’ve ever tried to explain to a civilian why you can’t just “meet for brunch” at 11 a.m. on a Tuesday, you already know the strange, sacred territory I’m talking about. For most of the world, routine is a cage. For the creative freelancer—especially the one who spends evenings under hot stage lights or …

Continue Reading
0
General

The 6 AM Dance Card: Why Your Creative Routine Is a Love Affair, Not a Drill Sergeant

By Jessie Edwards on Sunday, July 26, 2026

Routine is the quiet architecture of a creative life. It’s not the enemy of spontaneity; it’s the stage manager who sets the props so the muse can stumble in, half-caffeinated, and do her wild thing. For the actor between gigs, the dancer covering brunch shifts, the voice teacher cobbling together a studio in a fifth-floor …

Continue Reading
0

Posts pagination

← Previous 1 2 3 4 … 23 Next →
Recent Posts
  • On the Accumulation of Half-Used Notebooks and What They Reveal About Ambition
  • How to Make a Home in a City That Constantly Changes
  • On the Relationship Between Routine and Creativity
  • On the Strange Labor of Naming Something Before It Exists
  • The Unlikely Muse: How Routine Rescues Creativity Between Gigs
/* ===== EBN Redesign: georgiespelvin.com ===== */ /* Direction: Warmth & Approachability | Foundation: Warm (stone) | Depth: subtle-shadows */ :root { --ebn-foreground: #2c2418; --ebn-secondary: #6b5e4f; --ebn-muted: #9c8e7d; --ebn-faint: #e8dfd3; --ebn-accent: #c4763b; --ebn-accent-hover: #a85e28; --ebn-bg_canvas: #faf6f0; --ebn-bg_surface: #ffffff; --ebn-bg_surface_alt: #f5efe7; --ebn-border: #d4c9b8; --ebn-border_light: #ece5d8; --ebn-radius: 12px; --ebn-radius_sm: 6px; --ebn-radius_lg: 20px; --ebn-shadow: 0 2px 8px rgba(44,36,24,0.07); --ebn-shadow_md: 0 4px 20px rgba(44,36,24,0.10); --ebn-font_display: Georgia, 'Palatino Linotype', 'Book Antiqua', serif; --ebn-font_body: 'Segoe UI', 'Helvetica Neue', sans-serif; --ebn-font_mono: 'SF Mono', 'Fira Code', monospace; } /* ===== Global Reset ===== */ body { background-color: var(--ebn-bg_canvas); color: var(--ebn-foreground); font-family: var(--ebn-font_body); line-height: 1.7; -webkit-font-smoothing: antialiased; } /* ===== Site Container ===== */ .site, #page, .hfeed, .wrapper { background-color: var(--ebn-bg_surface); border-radius: var(--ebn-radius_lg); box-shadow: var(--ebn-shadow_md); max-width: 960px; margin: 2rem auto; padding: 2rem; overflow: hidden; } /* ===== Typography ===== */ h1, h2, h3, h4, h5, h6, .entry-title, .page-title, .site-title, .widget-title, .comments-title { color: var(--ebn-foreground); font-family: var(--ebn-font_display); font-weight: 700; line-height: 1.25; letter-spacing: -0.01em; } h1, .entry-title { font-size: 2rem; margin-bottom: 0.75rem; } h2 { font-size: 1.5rem; margin-bottom: 0.625rem; } h3 { font-size: 1.25rem; margin-bottom: 0.5rem; } p { margin-bottom: 1.25rem; color: var(--ebn-secondary); } a { color: var(--ebn-accent); text-decoration: none; transition: color 0.2s ease, text-decoration 0.2s ease; } a:hover { color: var(--ebn-accent-hover); text-decoration: underline; } /* ===== Header ===== */ .site-header, #masthead, header { background-color: var(--ebn-bg_surface); border-bottom: 2px solid var(--ebn-border_light); padding: 1.5rem 0; margin-bottom: 2rem; } .site-title a, .site-title { font-family: var(--ebn-font_display); font-size: 1.75rem; font-weight: 700; color: var(--ebn-foreground); } .site-description { color: var(--ebn-muted); font-size: 0.9rem; font-style: italic; } /* ===== Navigation ===== */ .main-navigation, nav.main-navigation { background-color: var(--ebn-bg_surface_alt); border-radius: var(--ebn-radius); padding: 0.5rem 1rem; margin: 1rem 0; } .main-navigation a, nav a { color: var(--ebn-secondary); font-weight: 500; padding: 0.5rem 0.75rem; border-radius: var(--ebn-radius_sm); transition: background-color 0.2s, color 0.2s; } .main-navigation a:hover, nav a:hover { background-color: var(--ebn-faint); color: var(--ebn-accent); } .main-navigation .current_page_item > a { color: var(--ebn-accent); font-weight: 700; } /* ===== Content Area ===== */ .site-content, #content, .hfeed { background-color: var(--ebn-bg_surface); } .entry-content, article .entry-content { font-size: 1.05rem; line-height: 1.8; color: var(--ebn-secondary); } .entry-content p { margin-bottom: 1.25rem; } /* ===== Post Cards ===== */ article.post, article.page, .hentry { background-color: var(--ebn-bg_surface); border: 1px solid var(--ebn-border_light); border-radius: var(--ebn-radius); padding: 1.5rem; margin-bottom: 2rem; box-shadow: var(--ebn-shadow); transition: box-shadow 0.2s ease; } article.post:hover, article.page:hover { box-shadow: var(--ebn-shadow_md); } /* ===== Post Meta ===== */ .entry-meta, .entry-utility, .posted-on, .byline { color: var(--ebn-muted); font-size: 0.85rem; margin-bottom: 0.75rem; } .entry-meta a, .byline a { color: var(--ebn-accent); } /* ===== Read More ===== */ .more-link, .read-more { display: inline-block; margin-top: 1rem; padding: 0.5rem 1.25rem; background-color: var(--ebn-accent); color: #ffffff; border-radius: var(--ebn-radius); font-weight: 600; font-size: 0.9rem; transition: background-color 0.2s ease, transform 0.1s ease; } .more-link:hover, .read-more:hover { background-color: var(--ebn-accent-hover); color: #ffffff; text-decoration: none; transform: translateY(-1px); } /* ===== Sidebar / Widgets ===== */ .widget-area, #secondary, aside { background-color: var(--ebn-bg_surface_alt); border-radius: var(--ebn-radius); padding: 1.5rem; } .widget { background-color: var(--ebn-bg_surface); border: 1px solid var(--ebn-border_light); border-radius: var(--ebn-radius); padding: 1.25rem; margin-bottom: 1.5rem; box-shadow: var(--ebn-shadow); } .widget-title { font-size: 1rem; font-weight: 700; color: var(--ebn-foreground); border-bottom: 2px solid var(--ebn-accent); padding-bottom: 0.5rem; margin-bottom: 1rem; } /* ===== Blockquotes ===== */ blockquote, .wp-block-quote { border-left: 4px solid var(--ebn-accent); background-color: var(--ebn-bg_surface_alt); padding: 1rem 1.5rem; margin: 1.5rem 0; border-radius: 0 var(--ebn-radius_sm) var(--ebn-radius_sm) 0; font-style: italic; color: var(--ebn-secondary); } blockquote p, .wp-block-quote p { margin-bottom: 0; } /* ===== Code Blocks ===== */ code, pre, .wp-block-code { background-color: var(--ebn-bg_surface_alt); border: 1px solid var(--ebn-border_light); border-radius: var(--ebn-radius_sm); font-family: var(--ebn-font_mono); font-size: 0.9rem; } pre { padding: 1rem; overflow-x: auto; } code { padding: 0.15rem 0.4rem; } /* ===== Images ===== */ img, .wp-block-image img { border-radius: var(--ebn-radius); max-width: 100%; height: auto; } .wp-caption, .wp-block-image { margin: 1.5rem 0; } /* ===== Buttons ===== */ button, input[type="submit"], .wp-block-button__link { background-color: var(--ebn-accent); color: #ffffff; border: none; border-radius: var(--ebn-radius_sm); padding: 0.625rem 1.5rem; font-weight: 600; cursor: pointer; transition: background-color 0.2s ease, transform 0.1s ease; } button:hover, input[type="submit"]:hover, .wp-block-button__link:hover { background-color: var(--ebn-accent-hover); transform: translateY(-1px); } /* ===== Forms ===== */ input[type="text"], input[type="email"], input[type="search"], input[type="url"], textarea, select { border: 1px solid var(--ebn-border); border-radius: var(--ebn-radius_sm); padding: 0.5rem 0.75rem; font-family: var(--ebn-font_body); font-size: 0.95rem; background-color: var(--ebn-bg_surface); color: var(--ebn-foreground); transition: border-color 0.2s ease, box-shadow 0.2s ease; } input:focus, textarea:focus, select:focus { border-color: var(--ebn-accent); box-shadow: 0 0 0 3px var(--ebn-faint); outline: none; } /* ===== Footer ===== */ .site-footer, #colophon, footer { background-color: var(--ebn-bg_surface_alt); color: var(--ebn-muted); border-top: 1px solid var(--ebn-border_light); padding: 1.5rem; border-radius: 0 0 var(--ebn-radius_lg) var(--ebn-radius_lg); font-size: 0.85rem; text-align: center; } .site-footer a { color: var(--ebn-secondary); } .site-footer a:hover { color: var(--ebn-accent); } /* ===== Comments ===== */ .comment, .comment-body { background-color: var(--ebn-bg_surface); border: 1px solid var(--ebn-border_light); border-radius: var(--ebn-radius); padding: 1rem 1.25rem; margin-bottom: 1rem; } .comment-author { font-weight: 700; color: var(--ebn-foreground); } .comment-meta { font-size: 0.8rem; color: var(--ebn-muted); } /* ===== Pagination ===== */ .nav-links, .pagination { display: flex; gap: 0.5rem; justify-content: center; margin: 2rem 0; } .nav-links a, .page-numbers { display: inline-block; padding: 0.375rem 0.875rem; border: 1px solid var(--ebn-border); border-radius: var(--ebn-radius_sm); color: var(--ebn-secondary); font-size: 0.9rem; transition: all 0.2s ease; } .nav-links a:hover, .page-numbers:hover, .page-numbers.current { background-color: var(--ebn-accent); color: #ffffff; border-color: var(--ebn-accent); } /* ===== Scrollbar (Webkit) ===== */ ::-webkit-scrollbar { width: 8px; } ::-webkit-scrollbar-track { background: var(--ebn-bg_canvas); } ::-webkit-scrollbar-thumb { background: var(--ebn-border); border-radius: 4px; } ::-webkit-scrollbar-thumb:hover { background: var(--ebn-muted); } /* ===== Selection ===== */ ::selection { background-color: var(--ebn-accent); color: #ffffff; } /* ===== Accessibility ===== */ :focus-visible { outline: 2px solid var(--ebn-accent); outline-offset: 2px; } /* ===== Responsive ===== */ @media (max-width: 768px) { .site, #page { margin: 0; border-radius: 0; padding: 1rem; } h1, .entry-title { font-size: 1.5rem; } .widget-area { margin-top: 2rem; } } Theme by Scissor Themes Proudly powered by WordPress