liminarium logo — inspired by the cross, fig, and saturn symbol.

liminarium

noor sinclair

liminarium is a tiny vegan, disability-centered, a11y-aligned studio and micro-press. we slow-craft poetry, art, zines, essays, chapbooks, and more from the threshold. handmade on eco-friendly paper such as bagasse, born-accessible in print and pdf. we're sustained through mutual aid and are very grateful for any and all support! 💞

join, tip, or buy on ko-fi 💖
read on ghost 📖
impact on ecologi 🌳
fly in the bluesky 🦋
dance with mastodon 🐘
view the pixelfed 📸
about signal for future group 🗝️
watch on youtube(soon) 📺

message [email protected]

function copied(text) { const status = document.getElementById('status'); status.textContent = 'Copied ' + text + ' to clipboard'; setTimeout(() => status.textContent = '', 3000); }
(function(){ const STORAGE_KEY='crd-theme'; const btn=document.getElementById('theme-toggle'); const body=document.body; /* initialise */ function setTheme(isDark){ body.className=isDark?'crd-dark':'crd-light'; localStorage.setItem(STORAGE_KEY,isDark?'dark':'light'); btn.setAttribute('aria-pressed',String(isDark)); } const saved=localStorage.getItem(STORAGE_KEY); const prefersDark=window.matchMedia('(prefers-color-scheme: dark)').matches; setTheme(saved?(saved==='dark'):prefersDark); /* click handler */ btn.addEventListener('click',()=>{ const isDark=body.classList.contains('crd-dark'); setTheme(!isDark); }); })();