]> git.taranathan.com Git - blog.git/commitdiff
remove tests
authormoo <moogoesmeow123@gmail.com>
Mon, 1 Jun 2026 22:18:55 +0000 (15:18 -0700)
committermoo <moogoesmeow123@gmail.com>
Mon, 1 Jun 2026 22:18:55 +0000 (15:18 -0700)
content/miniblog/newtest.md [deleted file]
public/miniblog/index.html
public/miniblog/newtest/index.html [deleted file]
public/sitemap.xml

diff --git a/content/miniblog/newtest.md b/content/miniblog/newtest.md
deleted file mode 100644 (file)
index 6180c03..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-+++
-title = "newtest"
-date = 2026-06-01
-+++
-
-i think this might work
index fdf40af13767ceed98ca89d5d06985016d9faac7..5551993a0604394bc8981779d7f80ef6d519c2c6 100644 (file)
   <h2 class="section-title">Miniblog&#x2F;journal posts</h2>
   <ul class="post-list">
     
-      <li class="post-list-item">
-        <a href="https://taranathan.com/miniblog/newtest/">newtest</a>
-      <p class="subtitle""> — 2026-06-01</p>
-      
-    </li>
-  
       <li class="post-list-item">
         <a href="https://taranathan.com/miniblog/firstmini/">first mini</a>
       <p class="subtitle""> — 2026-04-16</p>
diff --git a/public/miniblog/newtest/index.html b/public/miniblog/newtest/index.html
deleted file mode 100644 (file)
index f73ca63..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-
-<head>
-  <meta charset="utf-8">
-  <title>newtest - MyBlog</title>
-  <link rel="icon" type="image/x-icon" href="https://taranathan.com/favicon.ico">
-  <link rel="stylesheet" href="https://taranathan.com/styles.css">
-</head>
-
-<body>
-  <div class="container">
-    <div class="kaomoji-sidebar kaomoji-left">
-      <div class="scroll-text" id="kaomoji-left"></div>
-    </div>
-
-    <main class="content">
-      <header class="header">
-        <h1 href="/">My Blog</h1>
-        <nav class="nav">
-          <a href="/">Home</a>
-          <a href="/blog">Blog</a>
-          <a href="/miniblog">Miniblog</a>
-          <a href="/boo" target="_blank">Fun</a>
-        </nav>
-      </header>
-
-      <section class="content-body">
-        
-  <article class="post miniblog-post">
-    <h1 class="title">newtest</h1>
-    <p class="subtitle"><strong>2026-06-01</strong></p>
-    <div class="post-content"><p>i think this might work</p>
-</div>
-  </article>
-
-      </section>
-    </main>
-
-    <div class="kaomoji-sidebar kaomoji-right">
-      <div class="scroll-text" id="kaomoji-right"></div>
-    </div>
-  </div>
-
-  <script>
-    // Smooth scrolling for internal links
-    document.querySelectorAll('nav a').forEach(anchor => {
-      anchor.addEventListener('click', function (e) {
-        const href = this.getAttribute('href');
-        if (href && href.startsWith('#')) {
-          e.preventDefault();
-          document.querySelector(href).scrollIntoView({ behavior: 'smooth' });
-        }
-      });
-    });
-
-    // Fetch kaomoji text if available
-    fetch('https://taranathan.com/kaomoji.txt').then(r => { if (r.ok) return r.text(); }).then(data => {
-      if (data) {
-        const l = document.getElementById('kaomoji-left');
-        const rgt = document.getElementById('kaomoji-right');
-        if (l) l.textContent = data;
-        if (rgt) rgt.textContent = data;
-      }
-    }).catch(()=>{});
-  </script>
-</body>
-
-</html>
index 15a2f750eca9a63dd942a8eb688faf25f7a12603..e4adb907dc0ff0e04b93564224f437a56b6b64bc 100644 (file)
@@ -21,8 +21,4 @@
         <loc>https://taranathan.com/miniblog/firstmini/</loc>
         <lastmod>2026-04-16</lastmod>
     </url>
-    <url>
-        <loc>https://taranathan.com/miniblog/newtest/</loc>
-        <lastmod>2026-06-01</lastmod>
-    </url>
 </urlset>