A humble, professional portfolio site.
edith-site/
├── index.html # Home page
├── style.css # Shared stylesheet
├── poems.html # Poems index
├── stories.html # Stories index
├── essays.html # Essays index
├── bio.html # Bio page
├── contact.html # Contact page
├── poems/ # Individual poem pages
├── stories/ # Individual story pages
└── essays/ # Individual essay pages
- EB Garamond for typography (warm, literary)
- Dark background (#111) with light text (#d4d4d4)
- Minimal navigation, maximum readability
- No fog, no drama — just the work
- Copy an existing poem file (e.g.,
poems/good-again.html) - Update the
<title>and<h1> - Update the
work-meta(year, type) - Replace the poem content in
poem-body - Add the poem to
poems.html
- Copy
stories/engagement.html - Update title, header, meta
- Replace story content in
work-body - Add to
stories.html
- Copy
essays/nbp-deleted.html - Update title, header, meta
- Replace essay content in
essay-body - Add to
essays.html
- after-entropy.html
- leafland.html
- stamina.html
- handmirror.html
- correction-25.html
- last-khatun.html
- intersection.html
- ten-years-on.html
- mycenae-gate.html
- song-of-paris.html
- big-nothings.html
- broken-memory.html
Upload the entire folder to Cloudflare Pages, Netlify, or any static host.
No build step required — pure HTML/CSS.