← back to Jutewallpaper
brand: replace remaining fake brand globally → 'jutewallpaper' across head/meta/wordmark/footer — enforces MEMORY brand-stem rule
c445f0fb0ad0104e71068b1811985d335b39fb06 · 2026-05-13 07:15:16 -0700 · Steve
Files touched
A ecosystem.config.cjsM public/index.html
Diff
commit c445f0fb0ad0104e71068b1811985d335b39fb06
Author: Steve <steve@designerwallcoverings.com>
Date: Wed May 13 07:15:16 2026 -0700
brand: replace remaining fake brand globally → 'jutewallpaper' 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..007e7ed
--- /dev/null
+++ b/ecosystem.config.cjs
@@ -0,0 +1,20 @@
+module.exports = {
+ apps: [{
+ name: "jutewallpaper",
+ script: "server.js",
+ cwd: __dirname,
+ env: {
+ PORT: "9911",
+ NEXT_TELEMETRY_DISABLED: "1",
+ VITE_HOST: "0.0.0.0",
+ HOSTNAME: "0.0.0.0",
+ GUNICORN_BIND: "0.0.0.0:8000",
+ UVICORN_HOST: "0.0.0.0",
+ FLASK_RUN_HOST: "0.0.0.0",
+ BIND: "0.0.0.0",
+ HOST: "0.0.0.0",
+ },
+ autorestart: true,
+ max_memory_restart: "300M",
+ }],
+};
diff --git a/public/index.html b/public/index.html
index ce599cf..c3297bb 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>Filato — jute. Woven by hand.</title>
-<meta name="description" content="Filato is a curated atelier dedicated entirely to jute. We do one thing — and we do it carefully.">
+<title>jutewallpaper — jute. Woven by hand.</title>
+<meta name="description" content="jutewallpaper is a curated atelier dedicated entirely to jute. We do one thing — and we do it carefully.">
<meta name="theme-color" content="#F4F0E6">
<link rel="canonical" href="https://jutewallpaper.com/">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;1,400&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
@@ -24,7 +24,7 @@
{
"@context": "https://schema.org",
"@type": "Organization",
- "name": "Filato",
+ "name": "jutewallpaper",
"url": "https://jutewallpaper.com/",
"email": "info@jutewallpaper.com"
}
@@ -230,7 +230,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">Filato</span>
+ <span class="ns-name">jutewallpaper</span>
</a>
<nav class="ns-nav" id="nsPrimaryNav" aria-label="Primary">
<a href="/">Home</a>
@@ -250,7 +250,7 @@ textarea:focus-visible,
<div class="ns-actions">
<a class="ns-action" href="#contact" onclick="nsContactClose()"><span class="ico">📋</span><div class="txt"><b>Get a Quote</b><span>Project specs → priced estimate</span></div></a>
<a class="ns-action" href="#contact" onclick="nsContactClose();openModal();"><span class="ico">📦</span><div class="txt"><b>Order a Sample</b><span>Free swatch to your shop</span></div></a>
- <a class="ns-action" href="mailto:info@jutewallpaper.com?subject=Filato%20inquiry"><span class="ico">✉️</span><div class="txt"><b>Email Us</b><span>info@jutewallpaper.com</span></div></a>
+ <a class="ns-action" href="mailto:info@jutewallpaper.com?subject=jutewallpaper%20inquiry"><span class="ico">✉️</span><div class="txt"><b>Email Us</b><span>info@jutewallpaper.com</span></div></a>
<a class="ns-action" href="tel:888-373-4564"><span class="ico">📞</span><div class="txt"><b>Call Us</b><span>(888) 373-4564 · M–F, 9–5 PT</span></div></a>
</div>
</div>
@@ -349,8 +349,8 @@ textarea:focus-visible,
<footer>
<div class="footer-grid">
<div>
- <div class="footer-brand">Filato</div>
- <p class="footer-text">Filato — real samples ship free.</p>
+ <div class="footer-brand">jutewallpaper</div>
+ <p class="footer-text">jutewallpaper — real samples ship free.</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">
@@ -370,7 +370,7 @@ textarea:focus-visible,
</div>
</div>
<div class="footer-bottom">
- <span>jutewallpaper.com · Filato</span>
+ <span>jutewallpaper.com · jutewallpaper</span>
<span><a href="mailto:info@jutewallpaper.com" style="color:var(--paper);text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:1px">info@jutewallpaper.com</a></span>
<span id="footerStat"></span>
</div>
← 276d4c6 fleet-grid refine: chip_uniform_aspect (jutewallpaper)
·
back to Jutewallpaper
·
header: remove duplicate <header> with dwmOpen-contact (was ae446c9 →