← back to Recycledwallpaper
brand: replace remaining fake brand globally → 'recycledwallpaper' across head/meta/wordmark/footer — enforces MEMORY brand-stem rule
3aa250d2fbe2b03b62b6d63e19a323dcf563d68b · 2026-05-13 07:15:17 -0700 · Steve
Files touched
A ecosystem.config.cjsM public/index.html
Diff
commit 3aa250d2fbe2b03b62b6d63e19a323dcf563d68b
Author: Steve <steve@designerwallcoverings.com>
Date: Wed May 13 07:15:17 2026 -0700
brand: replace remaining fake brand globally → 'recycledwallpaper' across head/meta/wordmark/footer — enforces MEMORY brand-stem rule
---
ecosystem.config.cjs | 20 ++++++++++++++++++++
public/index.html | 16 ++++++++--------
2 files changed, 28 insertions(+), 8 deletions(-)
diff --git a/ecosystem.config.cjs b/ecosystem.config.cjs
new file mode 100644
index 0000000..8cd7437
--- /dev/null
+++ b/ecosystem.config.cjs
@@ -0,0 +1,20 @@
+module.exports = {
+ apps: [{
+ name: "recycledwallpaper",
+ script: "server.js",
+ cwd: __dirname,
+ env: {
+ HOST: "0.0.0.0",
+ BIND: "0.0.0.0",
+ FLASK_RUN_HOST: "0.0.0.0",
+ UVICORN_HOST: "0.0.0.0",
+ GUNICORN_BIND: "0.0.0.0:8000",
+ HOSTNAME: "0.0.0.0",
+ VITE_HOST: "0.0.0.0",
+ NEXT_TELEMETRY_DISABLED: "1",
+ PORT: "9902",
+ },
+ autorestart: true,
+ max_memory_restart: "300M",
+ }],
+};
diff --git a/public/index.html b/public/index.html
index 7ecf548..e02b152 100644
--- a/public/index.html
+++ b/public/index.html
@@ -14,8 +14,8 @@
</script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
-<title>archive studio — reclaimed materials — a quiet study.</title>
-<meta name="description" content="lowercase. archive studio is a curated atelier dedicated entirely to reclaimed materials. We do one thing — and we do it carefully.">
+<title>recycledwallpaper — reclaimed materials — a quiet study.</title>
+<meta name="description" content="lowercase. recycledwallpaper is a curated atelier dedicated entirely to reclaimed materials. We do one thing — and we do it carefully.">
<meta name="theme-color" content="#FFF">
<link rel="canonical" href="https://recycledwallpaper.com/">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500&display=swap" rel="stylesheet">
@@ -24,7 +24,7 @@
{
"@context": "https://schema.org",
"@type": "Organization",
- "name": "archive studio",
+ "name": "recycledwallpaper",
"url": "https://recycledwallpaper.com/",
"email": "info@recycledwallpaper.com"
}
@@ -214,7 +214,7 @@ textarea:focus-visible,
<header class="ns-header">
<a href="/" class="ns-brand" aria-label="Home">
<span class="ns-dot"></span>
- <span class="ns-name">archive studio</span>
+ <span class="ns-name">recycledwallpaper</span>
</a>
<nav class="ns-nav" id="nsPrimaryNav" aria-label="Primary">
<a href="/">Home</a>
@@ -269,7 +269,7 @@ textarea:focus-visible,
<section class="cinema">
<div class="cinema-bg" id="heroBg"></div>
<div class="corner-mark">Made Again</div>
- <div class="center-mark">archive studio<span class="tm">.</span><span class="sub">Made again</span></div>
+ <div class="center-mark">recycledwallpaper<span class="tm">.</span><span class="sub">Made again</span></div>
<div class="meta-line">Recycled · Reclaimed · Eco<span class="num" id="heroNum"></span></div>
<a class="enter" href="#shop">Enter <svg viewBox="0 0 24 12" fill="none" stroke="currentColor" stroke-width="1.4"><path d="M0 6h22M16 1l6 5-6 5"/></svg></a>
</section>
@@ -319,8 +319,8 @@ textarea:focus-visible,
<footer>
<div class="footer-grid">
<div>
- <div class="footer-brand">archive studio</div>
- <p class="footer-text">lowercase. archive studio is a curated atelier dedicated entirely to reclaimed materials. We do one thing — and we do it carefully.</p>
+ <div class="footer-brand">recycledwallpaper</div>
+ <p class="footer-text">lowercase. recycledwallpaper is a curated atelier dedicated entirely to reclaimed materials. We do one thing — and we do it carefully.</p>
<p class="footer-text" style="margin-top:14px;font-size:11px;letter-spacing:0.18em;text-transform:uppercase;font-weight:600;color:var(--paper);opacity:0.7"><a href="/about" style="color:inherit;text-decoration:none;border-bottom:1px solid var(--accent)">About →</a></p>
</div>
<div class="footer-col">
@@ -335,7 +335,7 @@ textarea:focus-visible,
</div>
</div>
<div class="footer-bottom">
- <span>recycledwallpaper.com · archive studio</span>
+ <span>recycledwallpaper.com · recycledwallpaper</span>
<span><a href="mailto:info@recycledwallpaper.com" style="color:var(--paper);text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:1px">info@recycledwallpaper.com</a></span>
<span id="footerStat"></span>
</div>
← f5de62f snapshot before fleet-grid refine
·
back to Recycledwallpaper
·
header: remove duplicate <header> with dwmOpen-contact (was 0b0a631 →