fresh start

This commit is contained in:
Mark Randall Havens 2025-10-19 16:48:12 -05:00
parent 62c3e2d368
commit 7f86647175
570 changed files with 4895 additions and 866 deletions

47
.old2/static/index.html Executable file
View file

@ -0,0 +1,47 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>The Fold Within Earth</title>
<link rel="stylesheet" href="styles.css"/>
</head>
<!-- Configure your bucket once, no manifests needed -->
<!-- data-content-base: public bucket or gateway base URL -->
<!-- data-content-prefix: directory where posts reside -->
<!-- data-list-xml=true: use S3/R2 XML listing -->
<body data-content-base="https://YOUR-R2-PUBLIC-BASE" data-content-prefix="posts/" data-list-xml="true">
<header>
<nav>
<div class="logo">△◎△</div>
<ul>
<li><a href="#/">Home</a></li>
<li><a href="#/start">Start Here</a></li>
<li><a href="#/section/empathic-technologist">Empathic Technologist</a></li>
<li><a href="#/section/recursive-coherence">Recursive Coherence</a></li>
<li><a href="#/section/fold-within-earth">Fold Within Earth</a></li>
<li><a href="#/section/neutralizing-narcissism">Neutralizing Narcissism</a></li>
<li><a href="#/section/simply-we">Simply WE</a></li>
<li><a href="#/section/mirrormire">Mirrormire</a></li>
</ul>
</nav>
<div class="hero">
<div class="glyph"></div>
<h1>UNCOVERING THE RECURSIVE REAL.</h1>
</div>
</header>
<main id="main">
<p class="loading">Loading…</p>
</main>
<footer id="footer"></footer>
<!-- WASM bundle (committed to repo) -->
<script type="module">
import init from "./pkg/thefoldwithin_wasm.js";
init();
</script>
</body>
</html>